--- title: MarketUpdatePayload - GraphQL Admin description: Return type for `marketUpdate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/marketupdatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/marketupdatepayload.md --- # Market​Update​Payload payload Return type for `marketUpdate` mutation. ## Fields * market [Market](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Market) The market object. * user​Errors [\[Market​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [market​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/marketUpdate) mutation Updates the properties of a market. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the market to update. * input [Market​Update​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MarketUpdateInput) required The properties to update. *** *** ## Map ### Mutations with this payload * [market​Update](https://shopify.dev/docs/api/admin-graphql/unstable/types/marketUpdate)