pack_orders_v2
Pack order items into packages with a caller-supplied tracking code when the shipment provider requires it. Include order items, shipment provider ID, and tracking code for each package.
Instructions
Pack order items (v2) - required when the shipment provider needs a caller-supplied tracking code. packages: [{"orderItems": [...], "shipmentProviderId": "...", "trackingCode": "..."}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | Yes |