--- title: PriceListFixedPricesAddPayload - GraphQL Admin description: Return type for `priceListFixedPricesAdd` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pricelistfixedpricesaddpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pricelistfixedpricesaddpayload.md --- # Price​List​Fixed​Prices​Add​Payload payload Return type for `priceListFixedPricesAdd` mutation. ## Fields * prices [\[Price​List​Price!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceListPrice) The list of fixed prices that were added to or updated in the price list. * user​Errors [\[Price​List​Price​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceListPriceUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [price​List​Fixed​Prices​Add](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListFixedPricesAdd) mutation Creates or updates fixed prices on a price list. You can use the `priceListFixedPricesAdd` mutation to set a fixed price for specific product variants. This lets you change product variant pricing on a per country basis. Any existing fixed price list prices for these variants will be overwritten. *** ## Map ### Mutations with this payload * [price​List​Fixed​Prices​Add](https://shopify.dev/docs/api/admin-graphql/latest/types/priceListFixedPricesAdd)