Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleDiscountCodeUpdatePayload
Return type for priceRuleDiscountCodeUpdate
mutation.
Signature:
export interface PriceRuleDiscountCodeUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
priceRule? | Maybe<PriceRule> | (Optional) The updated price rule. | |
priceRuleDiscountCode? | Maybe<PriceRuleDiscountCode> | (Optional) The updated discount code. | |
priceRuleUserErrors | Array<PriceRuleUserError> | The list of errors that occurred from executing the mutation. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |