| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The order ID. | |
| displayId | int | The order number. | |
| status | string | The order status. | |
| paymentStatus | string | The payment status. | |
| fulfillmentStatus | string | The fulfilment status. | |
| total | int | Order total in the smallest currency unit. | |
| currencyCode | string | The order currency code. | |
| customerEmail | string | The customer email. | |
| itemCount | int | Number of distinct line items. | |
| createdAt | \DateTime | ISO timestamp of when the order was created. | |
| merchantNote | string | Internal note visible only to the merchant. | |
| subtotal | int | Subtotal in the smallest currency unit. | |
| discountTotal | int | Discount total in the smallest currency unit. | |
| taxTotal | int | Tax total in the smallest currency unit. | |
| shippingTotal | int | Shipping total in the smallest currency unit. | |
| paidTotal | int | Amount paid in the smallest currency unit. | |
| refundedTotal | int | Amount refunded in the smallest currency unit. | |
| shippingAddress | \Hostinger\Model\EcommerceV1OrderOrderDetailResourceShippingAddress | ||
| billingAddress | \Hostinger\Model\EcommerceV1OrderOrderDetailResourceBillingAddress | ||
| items | \Hostinger\Model\EcommerceV1OrderOrderDetailResourceItemsInner[] | The order line items. | |
| fulfillments | \Hostinger\Model\EcommerceV1OrderOrderDetailResourceFulfillmentsInner[] | The order fulfilments with tracking. |