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