Skip to main content

Support API (v0)

Download OpenAPI specification:Download

This is an internal API for our customer support.

Changes:

  • 01/2019 - Initial release
  • 02/2019 - Add /orders/{order-id}/_force_cancel endpoint

Retry delivery booking

Tries to book deliveries for the given sales order. Use this method when booking operation failed for the given order and cannot be retried from NOM or the Fulfillment App. You can use the Get booking status method to check the status of a booking.

Authorizations:
newStoreAccessToken
path Parameters
order_id
required
string

Unique ID of the sales order.

Responses

Get booking status

Retrieves the shipment booking status.

Authorizations:
newStoreAccessToken
path Parameters
order_id
required
string

Unique ID of the sales order.

Responses

Response samples

Content type
application/json
{
  • "booking_status": [
    ]
}

Update order details

Updates the details of an order. Use this method to update order details, such as the store location (store_id) where an order was originally placed, to a different location.

The details of the order are also updated in NewStore Omnichannel Manager.

Authorizations:
newStoreAccessToken
path Parameters
order_id
required
string

Unique ID of the sales order.

Request Body schema: application/json
object

The store where the order was placed.

id
required
string

The ID of the store in the NewStore platform.

Responses

Request samples

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