stack

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

AdminTypes.MutationPriceListFixedPricesByProductUpdateArgs interface

The schema’s entry point for all mutation operations.

Signature:

export interface MutationPriceListFixedPricesByProductUpdateArgs 

Properties

Property Modifiers Type Description
priceListId   Scalars[‘ID’][‘input’]  
pricesToAdd?   InputMaybe<Array<PriceListProductPriceInput>> (Optional)
pricesToDeleteByProductIds?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional)