Create a sales order
Accepts a sales order for ingestion into SKUTOPIA.
path Parameters
organizationIdThe organization the store belongs to.
The organization the store belongs to.
storeIdThe store to create the sales order against.
The store to create the sales order against.
Headers
Idempotency-KeyClient-supplied key used for idempotency, requests using the same key will return the same result for at least 3 months.
Create a sales order › Request Body
orderReferenceYour reference for the order. Displayed for informational purposes.
placedAtISO 8601 timestamp at which the order was placed.
noteA generic order note, can be attached to the order and viewed in the SKUTOPIA Shipping Platform
Create a sales order › Responses
Successful response
salesOrderIdThe SKUTOPIA identifier assigned to the order.
Get a sales order
Fetch a single sales order by its SKUTOPIA identifier.
path Parameters
organizationIdThe organization the store belongs to.
The organization the store belongs to.
storeIdThe store the sales order belongs to.
The store the sales order belongs to.
salesOrderIdThe SKUTOPIA identifier of the sales order.
The SKUTOPIA identifier of the sales order.
Get a sales order › Responses
Successful response
idThe SKUTOPIA identifier assigned to the order.
organizationIdThe organization the store belongs to.
storeIdThe store the sales order belongs to.
orderReferenceYour reference for the order.
statusThe current status of the sales order.
placedAt^(?:(?:\d\d[2468][04… · requiredISO 8601 timestamp at which the order was placed.
lastUpdatedAt^(?:(?:\d\d[2468][04… · requiredISO 8601 timestamp at which the order was last updated.
The line items on the order.
Shipping details for the order.