input WholesaleOrderImportPackingLayoutInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
packing_data | JSONObjectScalar! | JSON data containing the packing layout structure with containers, packages, pallets, and line items |
Referenced By
Example
{
"order_id": "abc123",
"packing_data": "abc123"
}