VoucherAddCatalogues Object
Adds products, categories, collections to a voucher.
Triggers the following webhook events:
- VOUCHER_UPDATED (async): A voucher was updated.
type VoucherAddCatalogues {
voucher: Voucher
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}
Fields
voucher ● Voucher
Voucher of which catalogue IDs will be modified.
errors ● [DiscountError!]!
Show deprecated
Returned By
voucherCataloguesAdd mutation