input UnmergeOrdersInput
Unmerge Orders Input
Fields
| Field | Type | Description |
|---|---|---|
order_ids | [String]! | A non-empty list of unique order identifiers specifying the orders to be unmerged. All provided IDs must exist and belong to the same currently merged order group. If the master order ID of the group is included in the list, the entire merged group will be unmerged |
Referenced By
- order_unmerge Mutation
Example
{
"order_ids": "abc123"
}