docs: add products storefront guides (#7645)
* add tips + regions pages * docs: added storefront regions guide * removed storefront tips chapter from book * added product guides * finished price guide * add product category pages * more categories pages * finished category pages * add collections guides * add missing next.js comment * use useRegion hook * added missing link
This commit is contained in:
@@ -899,6 +899,62 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/storefront-development/page.mdx",
|
||||
"pathname": "/storefront-development"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/categories/list/page.mdx",
|
||||
"pathname": "/storefront-development/products/categories/list"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/categories/nested-categories/page.mdx",
|
||||
"pathname": "/storefront-development/products/categories/nested-categories"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/categories/page.mdx",
|
||||
"pathname": "/storefront-development/products/categories"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/categories/products/page.mdx",
|
||||
"pathname": "/storefront-development/products/categories/products"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/categories/retrieve/page.mdx",
|
||||
"pathname": "/storefront-development/products/categories/retrieve"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/collections/list/page.mdx",
|
||||
"pathname": "/storefront-development/products/collections/list"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/collections/page.mdx",
|
||||
"pathname": "/storefront-development/products/collections"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/collections/products/page.mdx",
|
||||
"pathname": "/storefront-development/products/collections/products"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/collections/retrieve/page.mdx",
|
||||
"pathname": "/storefront-development/products/collections/retrieve"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/list/page.mdx",
|
||||
"pathname": "/storefront-development/products/list"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/page.mdx",
|
||||
"pathname": "/storefront-development/products"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/price/page.mdx",
|
||||
"pathname": "/storefront-development/products/price"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/retrieve/page.mdx",
|
||||
"pathname": "/storefront-development/products/retrieve"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/variants/page.mdx",
|
||||
"pathname": "/storefront-development/products/variants"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/regions/context/page.mdx",
|
||||
"pathname": "/storefront-development/regions/context"
|
||||
|
||||
@@ -7182,6 +7182,107 @@ export const generatedSidebar = [
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products",
|
||||
"title": "Products",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/list",
|
||||
"title": "List Products",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/retrieve",
|
||||
"title": "Retrieve a Product",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/variants",
|
||||
"title": "Select a Variant",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/price",
|
||||
"title": "Retrieve Variant Prices",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/categories",
|
||||
"title": "Categories",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/categories/list",
|
||||
"title": "List Categories",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/categories/retrieve",
|
||||
"title": "Retrieve a Category",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/categories/products",
|
||||
"title": "Retrieve a Category's Products",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/categories/nested-categories",
|
||||
"title": "Retrieve Nested Categories",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/collections",
|
||||
"title": "Collections",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/collections/list",
|
||||
"title": "List Collections",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/collections/retrieve",
|
||||
"title": "Retrieve a Collection",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/collections/products",
|
||||
"title": "Retrieve a Collection's Products",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user