Skip to main content

Order Conflicts API (v0)

Download OpenAPI specification:Download

This is an internal API for processing conflicted orders and items.

Process conflicted order

Process conflicted order and items. For each item, an action can be defined. Actions can be:

  • reroute
  • cancel
  • swap
  • manual_routing Depending on the action, different fields on items are required. They are defined in the schema
Authorizations:
newStoreAccessToken
Request Body schema: Application/json
order_id
required
string = 36 characters

The internal identifier(Sales Order UUID) of the order that we want to fix.

required
Array of objects or objects or objects non-empty

Complete list of items and actions to be performed on them (reroute/cancel or swap).

Request samples

Content type
Application/json
{
  • "order_id": "6d56b2d9-b403-4d5f-8897-75527f54acd5",
  • "items": [
    ]
}