input WholesaleOrderImportPackingLayoutInput

Fields

FieldTypeDescription
order_idString!

The id of the order associated with the wholesale order you want to modify

packing_dataJSONObjectScalar!

JSON data containing the packing layout structure with containers, packages, pallets, and line items

Referenced By

Example

{
  "order_id": "abc123",
  "packing_data": "abc123"
}