Skip to main content
Anchor to PriceListFixedPricesByProductBulkUpdateUserError

PriceListFixedPricesByProductBulkUpdateUserError

object

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

Error codes for failed price list fixed prices by product bulk update operations.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Updates the fixed prices for all variants for a product on a price list. You can use the priceListFixedPricesByProductUpdate mutation to set or remove a fixed price for all variants of a product associated with the price list.

Arguments

•ID!required

The price list to update the prices for.

•[PriceListProductPriceInput!]

A list of PriceListProductPriceInput that identifies which products to update the fixed prices for.

Anchor to pricesToDeleteByProductIdspricesToDeleteByProductIds
•[ID!]

A list of product IDs that identifies which products to remove the fixed prices for.


Fields

•PriceList

The price list for which the fixed prices were modified.

•[Product!]

The product for which the fixed prices were added.

Anchor to pricesToDeleteProductspricesToDeleteProducts
•[Product!]

The product for which the fixed prices were deleted.

•[PriceListFixedPricesByProductBulkUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?