--- title: FulfillmentOrderReportProgressPayload - GraphQL Admin description: Return type for `fulfillmentOrderReportProgress` mutation. api_version: 2026-04 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/FulfillmentOrderReportProgressPayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/FulfillmentOrderReportProgressPayload.md --- # Fulfillment​Order​Report​Progress​Payload payload Return type for `fulfillmentOrderReportProgress` mutation. ## Fields * fulfillment​Order [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) The fulfillment order on which a mark as in progress update has been specified. * user​Errors [\[Fulfillment​Order​Report​Progress​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrderReportProgressUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [fulfillment​Order​Report​Progress](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrderReportProgress) mutation Reports the progress of an open or in-progress fulfillment order. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments The ID of the fulfillment order for which the progress report is targetting. * progress​Report [Fulfillment​Order​Report​Progress​Input](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/FulfillmentOrderReportProgressInput) The details of the progress report for the fulfillment order. *** *** ## Map ### Mutations with this payload * [fulfillment​Order​Report​Progress](https://shopify.dev/docs/api/admin-graphql/latest/types/fulfillmentOrderReportProgress)