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