input WholesaleOrderImportPackingLayoutInput

Fields

FieldTypeDescription
order_idString!

Public API order ID for the wholesale order to update.

packing_dataJSONObjectScalar!

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"}
}