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