ecommerce_fulfilAnOrderV1
Fulfil an order and attach tracking in one call. Omit items to fulfil all remaining unfulfilled items. Returns the updated order summary.
Instructions
Create a fulfilment for the order and attach tracking in one call. Omit items to fulfil every remaining unfulfilled item. Returns the updated order summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Line items to fulfil. Omit to fulfil every remaining unfulfilled item. | |
| order_id | Yes | The ID of the order to fulfil. | |
| store_id | Yes | The ID of the store that owns the order. | |
| tracking_url | No | Public tracking URL for the shipment. Requires tracking_number. | |
| notify_customer | No | Whether to email the customer about the fulfilment. Defaults to true. | |
| tracking_number | No | Carrier tracking number for the shipment. |