Skip to main content

Routing insights API (v0)

Download OpenAPI specification:Download

Get routing insights

Get insights on routing and shipment details for orders being processed in the NewStore platform. This includes details such as:

  • Items in the order
  • The fulfillment location that is assigned to fulfill orders
  • The time when the shipment was dispatched from the fulfillment location
  • Order routing strategies
  • Service levels

Data is retained up to 45 days for successfully routed order items. Until order items have been successfully routed, related data is retained indefinitely.

Authorizations:
newStoreAccessToken
path Parameters
order_id
required
string

A sales order UUID or external order ID

Responses

Response samples

Content type
application/json
{
  • "insights": {
    }
}