Orders

Update Order

Edit a manual order

Modifies line items of a manual order. You can add, update, or remove items. Only items in OPEN fulfillment orders can be reduced or removed. Items in non-OPEN fulfillment orders (IN_PROGRESS, CLOSED, etc.) cannot be modified.

Note: Only manual orders can be edited. Orders from external shops (Shopify, etc.) must be edited through their respective platforms.

PATCH
/shipos/orders/{order_id}
x-access-token<token>

In: header

Path Parameters

order_id*string

The ID of the order to edit

Request Body

application/json

The edit data including updated line items

The edit data including updated line items

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/shipos/orders/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "order_id": "string"}