Generated the following references: - `cart` - `core_flows` - `dml` - `fulfillment` - `helper_steps` - `inventory_next` - `modules` - `order` - `order_models` - `payment` - `pricing` - `promotion` - `tax` - `types` - `utils` - `workflows` Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
27 lines
979 B
Plaintext
27 lines
979 B
Plaintext
import { TypeList } from "docs-ui"
|
|
|
|
# OrderUtils
|
|
|
|
## Enumerations
|
|
|
|
- [OrderStatus](../OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)
|
|
- [ReturnStatus](../OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)
|
|
- [ClaimType](../OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)
|
|
- [ClaimReason](../OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)
|
|
|
|
## Variables
|
|
|
|
- [OrderEvents](page.mdx#orderevents)
|
|
|
|
___
|
|
|
|
## Variables
|
|
|
|
### OrderEvents
|
|
|
|
`Const` **OrderEvents**: `Object`
|
|
|
|
#### Properties
|
|
|
|
<TypeList types={[{"name":"PLACED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.placed\"","expandable":false,"children":[]},{"name":"CANCELED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.canceled\"","expandable":false,"children":[]},{"name":"COMPLETED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.completed\"","expandable":false,"children":[]}]} sectionTitle="OrderEvents"/>
|