Skip to main content
GET

Body

id
string
This is the id of the order.

Response

id
string
required
This is the id of the order.
name
string
required
This is the name of the order.
number
string
required
This is the number of the order.
source
string
required
This is the source of the order.
state
string
required
This is the state of the order.
customerID
string
required
This is the customerID of the order.
items
array
required
This is the list of items in the order.
totalAmount
string
required
This is the total amount of the order.
paymentStatus
string
required
This is the payment status of the order.
shippingStatus
string
required
This is the shipping status of the order.
createdAt
string
required
This is the creation timestamp of the order.
updatedAt
string
required
This is the last updated timestamp of the order.
metadata
object
required
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