CreateOrderRequest
Type: object
Version: 1.0
Request payload for creating a new order.
Extends
Fields
| Name | Type | Description | Source |
|---|---|---|---|
Id |
string (uuid) | - | from Entity |
Created |
string (date-time) | - | from Entity |
Modified |
string (date-time) | - | from Entity |
CustomerId |
string (uuid) | ID of the customer placing the order | - |
ShippingAddressId |
string (uuid) | ID of the shipping address (optional) | - |
Items |
array | Initial order items | - |