Creates a fulfillment for one or many fulfillment orders. The fulfillment orders are associated with the same order and are assigned to the same location.
Endpoint:
/admin/api/2023-01/fulfillments.json
Required Parameters
- api_version: 2023-01
- line_items_by_fulfillment_order
- fulfillment_order_id: (integer) (required) The ID of the fulfillment order.
- fulfillment_order_line_items: (array) The fulfillment order line items and the quantity of each which should be fulfilled. If this property is
undefined, then all of the fulfillment order line items of the associated fulfillment order are fulfilled.- id: (integer) (required) The ID of the fulfillment order line item.
- quantity: (integer) (required) (minimum: 1) The quantity of the fulfillment order line item.