Order
Describes the details of an order
Schema Definition
Field | Type | Description |
---|---|---|
id | string | Hash of order object without id |
state | string | Allowed values :”SEARCHING-FOR-FMD-AGENT”,”ASSIGNED-AGENT”,”EN-ROUTE-TO-DROP”,”AT-PICKUP-LOCATION”,”AT-DROP-LOCATION”,”DROPPED-PACKAGE”,”CANCELLED-PACKAGE”,”CANCELLED”,”ACTIVE”,”CREATED”,”COMPLETED”,”RETURN_ACTIVE”,”RETURNED-PACKAGE” |
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 |