docs: conceptual and how-to docs for price lists and price selection strategy (#2259)

* docs: price lists and price selection strategy

* added missing type property

* Removed duplicate links
This commit is contained in:
Shahed Nasser
2022-09-28 12:13:05 +03:00
committed by GitHub
parent 1e9b50af72
commit 0ffc5b48d7
4 changed files with 276 additions and 0 deletions

View File

@@ -291,6 +291,11 @@ module.exports = {
type: "doc",
id: "advanced/backend/batch-jobs/customize-import",
},
{
type: "doc",
id: "advanced/backend/price-selection-strategy/override",
label: "Override Price Selection"
},
]
},
{
@@ -347,6 +352,14 @@ module.exports = {
id: "advanced/backend/taxes/inclusive-pricing",
label: "Tax Inclusive Pricing"
},
{
type: "doc",
id: "advanced/backend/price-lists/index"
},
{
type: "doc",
id: "advanced/backend/price-selection-strategy/index"
},
]
},
{