Create Shipping Label
create_shipping_labelCreate a shipping label for one or more order items using a shipping label offer ID. The label is created asynchronously; check process status for completion.
Instructions
Create a shipping label for one or more order items. Requires a shippingLabelOfferId from get_delivery_options. Returns a process status — the label is created asynchronously. Use get_process_status to check completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderItems | Yes | Order items to create the shipping label for. | |
| shippingLabelOfferId | Yes | The shipping label offer ID from get_delivery_options. |