stack

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

AdminTypes.SellingPlanGroupRemoveProductsPayload interface

Return type for sellingPlanGroupRemoveProducts mutation.

Signature:

export interface SellingPlanGroupRemoveProductsPayload 

Properties

Property Modifiers Type Description
removedProductIds?   Maybe<Array<Scalars[‘ID’][‘output’]>> (Optional) The removed product ids.
userErrors   Array<SellingPlanGroupUserError> The list of errors that occurred from executing the mutation.