Anchor to priceListFixedPricesDeleteprice
mutationprice List Fixed Prices Delete
Requires access scope. Also: The user must have permission to delete catalogs.
Deletes specific fixed prices from a price list using a product variant ID. You can use the mutation to delete a set of fixed prices from a price list. After deleting the set of fixed prices from the price list, the price of each product variant reverts to the original price that was determined by the price list adjustment.
Anchor to Arguments
Arguments
- Anchor to priceListIdprice•ID!required
List Id The ID of the price list from which the fixed prices will be removed.
- Anchor to variantIdsvariant•[ID!]!required
Ids A list of product variant IDs whose fixed prices will be removed from the price list.
Was this section helpful?
- Anchor to deletedFixedPriceVariantIdsdeleted•[ID!]
Fixed Price Variant Ids A list of product variant IDs whose fixed prices were removed from the price list.
- Anchor to userErrorsuser•[Price
Errors List Price User Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?