Orders
Get Order
This endpoint gets an order.
GET
/
v1
/
orders
/
:id
Body
This is the id of the order.
Response
This is the id of the order.
This is the name of the order.
This is the number of the order.
This is the source of the order.
This is the state of the order.
This is the customerID of the order.
This is the list of items in the order.
This is the total amount of the order.
This is the payment status of the order.
This is the shipping status of the order.
This is the creation timestamp of the order.
This is the last updated timestamp of the order.
This is additional metadata related to the order.
Orders
Orders describes the general data about the orders in StateSet Commerce Network.
The order object
Attributes
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 |