Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListFixedPricesAddPayload
Return type for priceListFixedPricesAdd
mutation.
Signature:
export interface PriceListFixedPricesAddPayload
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. |