chore(docs): Generated References (#5666)
Generated the following references: - `entities` - `js-client` - `pricing` - `services` Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
4774b8ff3a
commit
2b9e8bda5e
@@ -0,0 +1,25 @@
|
||||
---
|
||||
displayed_sidebar: pricingReference
|
||||
---
|
||||
|
||||
import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
# PriceListStatus
|
||||
|
||||
The price list's status.
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
### ACTIVE
|
||||
|
||||
**ACTIVE** = `"active"`
|
||||
|
||||
The price list is enabled and its prices can be used.
|
||||
|
||||
___
|
||||
|
||||
### DRAFT
|
||||
|
||||
**DRAFT** = `"draft"`
|
||||
|
||||
The price list is disabled, meaning its prices can't be used yet.
|
||||
@@ -0,0 +1,25 @@
|
||||
---
|
||||
displayed_sidebar: pricingReference
|
||||
---
|
||||
|
||||
import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
# PriceListType
|
||||
|
||||
The price list's type.
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
### OVERRIDE
|
||||
|
||||
**OVERRIDE** = `"override"`
|
||||
|
||||
The price list's prices override original prices. This affects the calculated price of associated price sets.
|
||||
|
||||
___
|
||||
|
||||
### SALE
|
||||
|
||||
**SALE** = `"sale"`
|
||||
|
||||
The price list's prices are used for a sale.
|
||||
Reference in New Issue
Block a user