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 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… Continue reading Endpoint and Parameters for Shopify order fulfillment

Restrict item fulfillment creation including bulk fulfillment action using user event script.

Item fulfillment creation can be restricted using client script in saveRecord entry point. Although item fulfillment can be created using bulk fulfillment. To restrict the item fulfillment creation including bulk fulfillment action, use the user event script below and deploy into item fulfillment.