Skip to main content
object

Requires read_products access scope. Also: The user must have permission to view catalogs.

Error codes for failed contextual pricing operations.

•PriceListUserErrorCode

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

Creates a price list. You can use the priceListCreate mutation to create a new price list and associate it with a catalog. This enables you to sell your products with contextual pricing.

Arguments

•PriceListCreateInput!required

The properties of the new price list.


Fields

•PriceList

The newly created price list.

•[PriceListUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Deletes a price list. For example, you can delete a price list so that it no longer applies for products in the associated market.

Arguments

•ID!required

The ID of the price list to be deleted.


Fields

•ID

The ID of the deleted price list.

•[PriceListUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a price list. If you modify the currency, then any fixed prices set on the price list will be deleted.

Arguments

•ID!required

The ID of the price list to update.

•PriceListUpdateInput!required

The input data used to update the price list.


Fields

•PriceList

The updated price list.

•[PriceListUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?