create_fulfillment
Create fulfillments for fulfillment orders by marking items as shipped and adding tracking information.
Instructions
Create a fulfillment for one or more fulfillment orders. This marks items as shipped and optionally adds tracking info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fulfillment_order_ids | Yes | Array of fulfillment order IDs to fulfill. | |
| tracking_number | No | Tracking number. | |
| tracking_url | No | Tracking URL. | |
| tracking_company | No | Shipping carrier (e.g. 'UPS', 'FedEx', 'USPS'). | |
| notify_customer | No | Whether to notify the customer. Default: true. |