Skip to main content
object

Requires read_markets for queries and both read_markets as well as write_markets for mutations.

Defines errors encountered while managing a Market.

•MarketUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Update the backup region that is used when we have no better signal of what region a buyer is in.

Arguments

•BackupRegionUpdateInput

Optional input representing the region to be updated. If not provided, the existing regions remain unchanged.


Fields

•MarketRegion

Returns the updated backup region.

•[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Creates a new market.

Arguments

•MarketCreateInput!required

The properties of the new market.


Fields

•Market

The market object.

•[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Deletes a market definition.

Arguments

•ID!required

The ID of the market to delete.


Fields

•ID

The ID of the deleted market.

•[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates the properties of a market.

Arguments

•ID!required

The ID of the market to update.

•MarketUpdateInput!required

The properties to update.


Fields

•Market

The market object.

•[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Creates a web presence.

Arguments

•WebPresenceCreateInput!required

The details of the web presence to be created.


Fields

•[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.

•MarketWebPresence

The created web presence object.

•mutation

Deletes a web presence.

Arguments

•ID!required

The ID of the web presence to delete.


Fields

•ID

The ID of the deleted web presence.

•[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a web presence.

Arguments

•ID!required

The ID of the web presence to update.

•WebPresenceUpdateInput!required

The web presence properties to update.


Fields

•[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.

•MarketWebPresence

The web presence object.

Deprecated mutations


Was this section helpful?


Was this section helpful?