# marketWebPresenceUpdate - admin-graphql - MUTATION
Version: 2025-01

## Description
Updates a market web presence.

### Access Scopes
`read_markets` for queries and both `read_markets` as well as `write_markets` for mutations.


## Arguments
* [webPresence](/docs/api/admin-graphql/2025-01/input-objects/MarketWebPresenceUpdateInput): MarketWebPresenceUpdateInput! - The web_presence fields used to update the market's web presence.
* [webPresenceId](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - The ID of the web presence to update.


## Returns
* [market](/docs/api/admin-graphql/2025-01/objects/Market): Market The market object.
* [userErrors](/docs/api/admin-graphql/2025-01/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation.


## Examples