Endpoint and Parameters for Shopify order fulfillment

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
  1. fulfillment_order_id: (integer) (required) The ID of the fulfillment order.
  2. 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.
    1. id: (integer) (required) The ID of the fulfillment order line item.
    2. quantity: (integer) (required) (minimum: 1) The quantity of the fulfillment order line item.

Leave a comment

Your email address will not be published. Required fields are marked *