stack

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

AdminTypes.SellingPlanGroupRemoveProductVariantsPayload interface

Return type for sellingPlanGroupRemoveProductVariants mutation.

Signature:

export interface SellingPlanGroupRemoveProductVariantsPayload 

Properties

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