--- title: FulfillmentOrderReportProgressPayload - GraphQL Admin description: Return type for `fulfillmentOrderReportProgress` mutation. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/FulfillmentOrderReportProgressPayload md: >- https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/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/unstable/mutations/fulfillmentOrderReportProgress) mutation Reports the progress of an open or in-progress fulfillment order. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/types/fulfillmentOrderReportProgress)