input UnmergeOrdersInput

Unmerge Orders Input

Fields

FieldTypeDescription
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

Example

{
  "order_ids": "abc123"
}