v1

latestSwagger 2.02026-07-133652141.7 KB
orders

Returns a list of orders partially fullfiled

Returns a list of orders that contain one (or more) items that where not shipped. This will list the entire order as well the items with peding shipment. Use this service to track orders that need to be fullfiled.

get/orders/status/partiallySent

Query parameters

offsetinteger

Number or items to skip when executing query. List starts at zero. If omitted will default to zero. Use this conjuction with limit to paginate across the results.

limitinteger

Number or items to return when executing query. Defaults to 100. Use this conjuction with offset to paginate across the results.

Headers

authorizationstring required

Authorization token. The Authorization token can be found in your Admin console.

Response

Success!