docs: document how to calculate shipping prices in storefront (#10748)
This commit is contained in:
@@ -138,7 +138,7 @@ export const generatedEditDates = {
|
||||
"app/service-factory-reference/page.mdx": "2024-07-26T14:40:56+00:00",
|
||||
"app/storefront-development/cart/context/page.mdx": "2024-12-19T16:27:53.821Z",
|
||||
"app/storefront-development/cart/create/page.mdx": "2024-12-19T16:27:55.753Z",
|
||||
"app/storefront-development/cart/manage-items/page.mdx": "2024-12-19T16:27:56.433Z",
|
||||
"app/storefront-development/cart/manage-items/page.mdx": "2024-12-26T15:59:48.445Z",
|
||||
"app/storefront-development/cart/retrieve/page.mdx": "2024-12-19T16:27:57.486Z",
|
||||
"app/storefront-development/cart/update/page.mdx": "2024-12-19T16:28:05.574Z",
|
||||
"app/storefront-development/cart/page.mdx": "2024-06-11T11:56:37+03:00",
|
||||
@@ -147,7 +147,7 @@ export const generatedEditDates = {
|
||||
"app/storefront-development/checkout/email/page.mdx": "2024-12-19T16:30:40.122Z",
|
||||
"app/storefront-development/checkout/payment/stripe/page.mdx": "2024-12-19T16:30:39.173Z",
|
||||
"app/storefront-development/checkout/payment/page.mdx": "2024-12-19T16:30:38.192Z",
|
||||
"app/storefront-development/checkout/shipping/page.mdx": "2024-12-19T16:30:31.537Z",
|
||||
"app/storefront-development/checkout/shipping/page.mdx": "2024-12-26T15:34:51.431Z",
|
||||
"app/storefront-development/checkout/page.mdx": "2024-06-12T19:46:06+02:00",
|
||||
"app/storefront-development/customers/addresses/page.mdx": "2024-12-19T16:38:44.847Z",
|
||||
"app/storefront-development/customers/context/page.mdx": "2024-12-19T16:38:43.703Z",
|
||||
@@ -171,7 +171,7 @@ export const generatedEditDates = {
|
||||
"app/storefront-development/products/price/examples/show-price/page.mdx": "2024-12-19T16:34:56.493Z",
|
||||
"app/storefront-development/products/price/examples/tax-price/page.mdx": "2024-12-19T16:35:05.493Z",
|
||||
"app/storefront-development/products/price/page.mdx": "2024-12-19T16:35:19.471Z",
|
||||
"app/storefront-development/products/retrieve/page.mdx": "2024-12-19T16:35:35.011Z",
|
||||
"app/storefront-development/products/retrieve/page.mdx": "2024-12-26T15:58:41.305Z",
|
||||
"app/storefront-development/products/variants/page.mdx": "2024-12-19T16:35:41.278Z",
|
||||
"app/storefront-development/products/page.mdx": "2024-06-11T19:55:56+02:00",
|
||||
"app/storefront-development/regions/context/page.mdx": "2024-12-19T16:36:07.406Z",
|
||||
|
||||
@@ -14602,14 +14602,6 @@ export const generatedSidebar = [
|
||||
"type": "category",
|
||||
"title": "Products",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products",
|
||||
"title": "Overview",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
@@ -14675,80 +14667,78 @@ export const generatedSidebar = [
|
||||
"path": "/storefront-development/products/inventory",
|
||||
"title": "Retrieve Variant Inventory",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "category",
|
||||
"title": "Product Categories",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/categories/list",
|
||||
"title": "List Categories",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/categories",
|
||||
"title": "Categories",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/categories/list",
|
||||
"title": "List Categories",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/categories/retrieve",
|
||||
"title": "Retrieve a Category",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/categories/products",
|
||||
"title": "Retrieve a Category's Products",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/categories/nested-categories",
|
||||
"title": "Retrieve Nested Categories",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
"path": "/storefront-development/products/categories/retrieve",
|
||||
"title": "Retrieve a Category",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/collections",
|
||||
"title": "Collections",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/collections/list",
|
||||
"title": "List Collections",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/collections/retrieve",
|
||||
"title": "Retrieve a Collection",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/collections/products",
|
||||
"title": "Retrieve a Collection's Products",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
"path": "/storefront-development/products/categories/products",
|
||||
"title": "Retrieve a Category's Products",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/categories/nested-categories",
|
||||
"title": "Retrieve Nested Categories",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "category",
|
||||
"title": "Product Collections",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/collections/list",
|
||||
"title": "List Collections",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/collections/retrieve",
|
||||
"title": "Retrieve a Collection",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/products/collections/products",
|
||||
"title": "Retrieve a Collection's Products",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user