# PriceListFixedPricesByProductUpdatePayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `priceListFixedPricesByProductUpdate` mutation. ### Access Scopes ## Fields * [priceList](/docs/api/admin-graphql/2024-10/objects/PriceList): PriceList - The price list for which the fixed prices were modified. * [pricesToAddProducts](/docs/api/admin-graphql/2024-10/objects/Product): Product - The product for which the fixed prices were added. * [pricesToDeleteProducts](/docs/api/admin-graphql/2024-10/objects/Product): Product - The product for which the fixed prices were deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/PriceListFixedPricesByProductBulkUpdateUserError): PriceListFixedPricesByProductBulkUpdateUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [priceListFixedPricesByProductUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesByProductUpdate) ## Examples