--- title: FulfillmentOrderReportProgressUserError - GraphQL Admin description: An error that occurs during the execution of `FulfillmentOrderReportProgress`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/FulfillmentOrderReportProgressUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/FulfillmentOrderReportProgressUserError.md --- # Fulfillment​Order​Report​Progress​User​Error object An error that occurs during the execution of `FulfillmentOrderReportProgress`. ## Fields * code [Fulfillment​Order​Report​Progress​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/FulfillmentOrderReportProgressUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [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. *** *** ## FulfillmentOrderReportProgressUserError Mutations ### Mutated by * [fulfillment​Order​Report​Progress](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentOrderReportProgress) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## FulfillmentOrderReportProgressUserError Implements ### Implements * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)