input WholesaleOrderImportPackingLayoutInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | Public API order ID for the wholesale order to update. |
packing_data | JSONObjectScalar! | JSON data containing the packing layout structure with containers, packages, pallets, and line items. |
Referenced By
Example
{
"order_id": "T3JkZXI6MTIzNA==",
"packing_data": {"reference_id": "REF-100045", "notes": "Fragile"}
}