Skip to main content
Anchor to fulfillmentOrderReportProgress

fulfillmentOrderReportProgress

mutation

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

Reports the progress of an open or in-progress fulfillment order.

•ID!
required

The ID of the fulfillment order for which the progress report is targetting.

•FulfillmentOrderReportProgressInput

The details of the progress report for the fulfillment order.


Was this section helpful?

Anchor to FulfillmentOrderReportProgressPayload returnsFulfillmentOrderReportProgressPayload returns

•FulfillmentOrder

The fulfillment order on which a mark as in progress update has been specified.

•[FulfillmentOrderReportProgressUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?