Digital Vouchers
Product Vouchers
GETv1/products/{product_id}/vouchers/{voucher_id}
Retrieves all vouchers for a specified product.
products.read - Products Read
Order Voucher
GETv1/order-vouchers/{order_id}/
Retrieves the voucher details for a specified order.
products.read - Products Read
Add Product Voucher
POSTv1/products/{product_id}/vouchers/{voucher_id}
Adds a new voucher for a specified product.
products.read_write - Products Read & Write
Import Vouchers
POSTv1/products/{product_id}/vouchers/import
Imports multiple vouchers for a specified product from an Excel file.
products.read_write - Products Read & Write
Export Vouchers
POSTv1/products/{product_id}/vouchers/export
Exports vouchers for a specified product to an Excel file.
products.read_write - Products Read & Write
Update Product Voucher
PATCHv1/products/{product_id}/vouchers/{voucher_id}
Updates an existing voucher for a specified product.
products.read_write - Products Read & Write
Remove Product Voucher
DELETEv1/products/{product_id}/vouchers/{voucher_id}/
Deletes a specified voucher for a product.
products.read_write - Products Read & Write