| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Sendcloud's internal ID for the order. - In responses: Returned as an integer (e.g., `669`) - In requests: Optional field for explicitly updating a specific order. Must be provided as a string (e.g., `"669"`) - If omitted in requests, the upsert logic uses the combination of `order_id` + `integration.id` to match existing orders | [optional] |
| orderId | string | External order ID assigned by shop system | |
| orderNumber | string | Unique order number generated manually or by shop system | |
| createdAt | \DateTime | The date when an order was created at Sendcloud in ISO 8601 | [optional] [readonly] |
| modifiedAt | \DateTime | The date when an order was last modified at Sendcloud in ISO 8601 | [optional] [readonly] |
| orderDetails | \Toppy\Sendcloud\V3\Model\OrdersOrderOrderDetails | ||
| paymentDetails | \Toppy\Sendcloud\V3\Model\PaymentDetails | ||
| customsDetails | \Toppy\Sendcloud\V3\Model\CustomsDetails | [optional] | |
| customerDetails | \Toppy\Sendcloud\V3\Model\CustomerDetails | [optional] | |
| billingAddress | \Toppy\Sendcloud\V3\Model\Address | [optional] | |
| shippingAddress | \Toppy\Sendcloud\V3\Model\Address | [optional] | |
| shippingDetails | \Toppy\Sendcloud\V3\Model\ShippingDetails | [optional] | |
| servicePointDetails | \Toppy\Sendcloud\V3\Model\ServicePoint | [optional] |