stack

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

AdminTypes.PriceListFixedPricesByProductUpdatePayload interface

Return type for priceListFixedPricesByProductUpdate mutation.

Signature:

export interface PriceListFixedPricesByProductUpdatePayload 

Properties

Property Modifiers Type Description
priceList?   Maybe<PriceList> (Optional) The price list for which the fixed prices were modified.
pricesToAddProducts?   Maybe<Array<Product>> (Optional) The product for which the fixed prices were added.
pricesToDeleteProducts?   Maybe<Array<Product>> (Optional) The product for which the fixed prices were deleted.
userErrors   Array<PriceListFixedPricesByProductBulkUpdateUserError> The list of errors that occurred from executing the mutation.