27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
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":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="OrderEvents"/>
|