Skip to main content

Support API (1.0.0)

Download OpenAPI specification:Download

team-order-management: team-order-management@newstore.com

This is an internal API for our customer support team, to update the placement location of orders in the NewStore platform.

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.

use_created_at_as_placed_at
boolean

Use the created_at timestamp instead of the placed_at timestamp for the order view generation

Responses

Request samples

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

Response samples

Content type
application/problem+json
{
  • "error_code": "string",
  • "message": "string",
  • "request_id": "string"
}