Order
Describes the details of an order
Schema Definition
Field | Type | Description |
---|---|---|
id | string | Hash of order object without id |
state | string | |
items | [Item/properties/id] | Array of item ids |
add_ons | [AddOn/properties/id] | Array of add on ids |
offers | [Offer/properties/id] | Array of offer ids |
billing | Billing | Describes a billing event |
fulfillment | Fulfillment | Describes how a single product/service will be rendered/fulfilled to the end customer |
quote | Quotation | Describes a quote |
payment | Payment | Describes a payment |
created_at | string | |
updated_at | string |