docs: added order claim documentation (#2805)
This commit is contained in:
+12
-2
@@ -225,6 +225,11 @@ module.exports = {
|
||||
id: "advanced/storefront/use-discounts-in-checkout",
|
||||
label: "Use Discounts in Checkout"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/taxes/manual-calculation",
|
||||
label: "Calculate Taxes Manually"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/storefront/how-to-implement-checkout-flow",
|
||||
@@ -232,8 +237,8 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/taxes/manual-calculation",
|
||||
label: "Calculate Taxes Manually"
|
||||
id: "advanced/storefront/implement-claim-order",
|
||||
label: "Implement Claim Order"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
@@ -347,6 +352,11 @@ module.exports = {
|
||||
id: "advanced/backend/price-selection-strategy/override",
|
||||
label: "Override Price Selection"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/ecommerce/handle-order-claim-event",
|
||||
label: "Handle Order Claim Event"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user