stack

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

AdminTypes.PriceListFixedPricesAddPayload interface

Return type for priceListFixedPricesAdd mutation.

Signature:

export interface PriceListFixedPricesAddPayload 

Properties

Property Modifiers Type Description
prices?   Maybe<Array<PriceListPrice>> (Optional) The list of fixed prices that were added to or updated in the price list.
userErrors   Array<PriceListPriceUserError> The list of errors that occurred from executing the mutation.