This endpoint gets an order.
Name | Type | Description |
---|---|---|
id | Text | Unique identifier for the order |
name | Text | Name of the order |
number | Text | Number of the order |
state | Text | State of the order |
customerID | Text | Customer ID of the order |
items | Array | List of items in the order |
totalAmount | Text | Total amount of the order |
paymentStatus | Text | Payment status of the order |
shippingStatus | Text | Shipping status of the order |
createdAt | DateTime | Creation timestamp of the order |
updatedAt | DateTime | Last updated timestamp of the order |
metadata | Object | Additional metadata related to the order |