Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCodeBasicCreatePayload
Return type for discountCodeBasicCreate
mutation.
Signature:
export interface DiscountCodeBasicCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
codeDiscountNode? | Maybe<DiscountCodeNode> | (Optional) The created code discount. | |
userErrors | Array<DiscountUserError> | The list of errors that occurred from executing the mutation. |