Skip to main content

Remove Fulfillment Order from Merge Group

POST 

/api/fulfillment-orders/:fulfillmentOrder/unmerge

Remove this fulfillment order from its merged shipment group (pre-dispatch only). If the removal leaves fewer than two members, the whole group dissolves automatically.

Required scope: orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns the fulfillment order with refreshed lines and warehouse. 409 when the group has already been dispatched; 422 when the fulfillment order is not in a merge group.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type