stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListFixedPricesUpdatePayload

AdminTypes.PriceListFixedPricesUpdatePayload interface

Return type for priceListFixedPricesUpdate mutation.

Signature:

export interface PriceListFixedPricesUpdatePayload 

Properties

Property Modifiers Type Description
deletedFixedPriceVariantIds?   Maybe<Array<Scalars[‘ID’][‘output’]>> (Optional) A list of deleted variant IDs for prices.
priceList?   Maybe<PriceList> (Optional) The price list for which the fixed prices were modified.
pricesAdded?   Maybe<Array<PriceListPrice>> (Optional) The prices that were added to the price list.
userErrors   Array<PriceListPriceUserError> The list of errors that occurred from executing the mutation.