receipt
Details about an order
| Name | Description | Type | Additional information |
|---|---|---|---|
| order_id | number | None. | |
| order_guid | globally unique identifier | None. | |
| date_time | date | None. | |
| order_status | text | None. | |
| transaction_id | text | None. | |
| payment_type_name | text | None. | |
| order_po | text | None. | |
| card_number | text | None. | |
| shipping_method | text | None. | |
| shipping_code | text | None. | |
| is_drop_ship | boolean | None. | |
| billing | address | None. | |
| recipient | address | None. | |
| totals | calculated_total | None. | |
| items | array (receipt_item) | None. | |
| tracking | array (receipt_item_tracking) | None. | |
| webhook_url | Webhook FinerWorks should post back order details to | text | None. |
| order_account_key | Account associated with this order | globally unique identifier | None. |