# priceListFixedPricesUpdate - admin-graphql - MUTATION Version: 2024-07 ## Description Updates fixed prices on a price list. You can use the `priceListFixedPricesUpdate` mutation to set a fixed price for specific product variants or to delete prices for variants associated with the price list. ### Access Scopes `write_products` access scope. Also: The shop has the `international_price_overrides` or Markets or B2B features enabled. ## Arguments * [priceListId](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The price list that the prices will be updated against. * [pricesToAdd](/docs/api/admin-graphql/2024-07/input-objects/PriceListPriceInput): PriceListPriceInput! - The fixed prices to add. * [variantIdsToDelete](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A list of product variant IDs to remove from the price list. ## Returns * [deletedFixedPriceVariantIds](/docs/api/admin-graphql/2024-07/scalars/ID): ID A list of deleted variant IDs for prices. * [priceList](/docs/api/admin-graphql/2024-07/objects/PriceList): PriceList The price list for which the fixed prices were modified. * [pricesAdded](/docs/api/admin-graphql/2024-07/objects/PriceListPrice): PriceListPrice The prices that were added to the price list. * [userErrors](/docs/api/admin-graphql/2024-07/objects/PriceListPriceUserError): PriceListPriceUserError! The list of errors that occurred from executing the mutation. ## Examples