| Name | Description | Type | Additional information |
|---|---|---|---|
| id | unsigned integer |
None. |
|
| parent_id | unsigned integer |
None. |
|
| number | string |
None. |
|
| order_key | string |
None. |
|
| created_via | string |
None. |
|
| version | string |
None. |
|
| status | string |
None. |
|
| currency | string |
None. |
|
| date_created | date |
None. |
|
| date_created_gmt | date |
None. |
|
| date_modified | date |
None. |
|
| date_modified_gmt | date |
None. |
|
| discount_total | decimal number |
None. |
|
| discount_tax | decimal number |
None. |
|
| shipping_total | decimal number |
None. |
|
| shipping_tax | decimal number |
None. |
|
| cart_tax | decimal number |
None. |
|
| total | decimal number |
None. |
|
| total_tax | decimal number |
None. |
|
| prices_include_tax | boolean |
None. |
|
| customer_id | unsigned integer |
None. |
|
| customer_ip_address | string |
None. |
|
| customer_user_agent | string |
None. |
|
| customer_note | string |
None. |
|
| billing | OrderBilling |
None. |
|
| shipping | Shipping |
None. |
|
| payment_method | string |
None. |
|
| payment_method_title | string |
None. |
|
| transaction_id | string |
None. |
|
| cart_hash | string |
None. |
|
| meta_data | Collection of OrdersMetaData |
None. |
|
| line_items | Collection of LineItem |
None. |
|
| tax_lines | Collection of Object |
None. |
|
| shipping_lines | Collection of Object |
None. |
|
| fee_lines | Collection of Object |
None. |
|
| coupon_lines | Collection of Object |
None. |
|
| refunds | Collection of Object |
None. |