marketWebPresenceCreate - admin-graphql - MUTATION
Version: 2024-10
Description:
Creates a web presence for a market.
Access Scopes
`read_markets` for queries and both `read_markets` as well as `write_markets` for mutations.
Arguments
-
marketId:
ID! -
The ID of the market for which to create a web presence.
-
webPresence:
MarketWebPresenceCreateInput! -
The details of the web presence to be created.
Returns
-
market:
Market
The market object.
-
userErrors:
MarketUserError!
The list of errors that occurred from executing the mutation.
Examples