stack

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

AdminTypes.SellingPlanGroupCreatePayload interface

Return type for sellingPlanGroupCreate mutation.

Signature:

export interface SellingPlanGroupCreatePayload 

Properties

Property Modifiers Type Description
sellingPlanGroup?   Maybe<SellingPlanGroup> (Optional) The created selling plan group object.
userErrors   Array<SellingPlanGroupUserError> The list of errors that occurred from executing the mutation.