Skip to main content
Anchor to fulfillmentOrderLineItemsPreparedForPickup

fulfillmentOrderLineItemsPreparedForPickup

mutation

Requires write_merchant_managed_fulfillment_orders access scope. Also: The user must have fulfill_and_ship_orders permission.

Marks fulfillment order line items as ready for customer pickup. When executed, this mutation automatically sends a "Ready For Pickup" notification to the customer.

Use this mutation for local pickup orders after the items have been prepared and are available for the customer to collect. You can specify one or more fulfillment order objects by providing the fulfillment order IDs in the lineItemsByFulfillmentOrder field. This allows you to mark fulfillment order line items from different fulfillment orders as ready for pickup.

FulfillmentOrderLineItemsPreparedForPickupInput!
required

The input for marking fulfillment order line items as ready for pickup.


Was this section helpful?

Anchor to FulfillmentOrderLineItemsPreparedForPickupPayload returnsFulfillmentOrderLineItemsPreparedForPickupPayload returns

[FulfillmentOrderLineItemsPreparedForPickupUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?