Skip to main content
Anchor to FulfillmentOrderLineItemsPreparedForPickupPayload

FulfillmentOrderLineItemsPreparedForPickupPayload

payload

Return type for fulfillmentOrderLineItemsPreparedForPickup mutation.

•[FulfillmentOrderLineItemsPreparedForPickupUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Arguments

•FulfillmentOrderLineItemsPreparedForPickupInput!
required

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



Was this section helpful?