Add a digital dynamic product with a dynamic coupon
Overview
Use case
{ "merchant": "250535979326", "dynamic": "1", "currency": "USD", "products": [ { "name" : "A test digital product", "quantity": 1, "price" : 20, "type" : 'digital' }, { "name" : "A test promotion", "quantity": 1, "price" : 5, "type" : 'coupon' } ] }
Sample request
HTML
JavaScript
Demo
Last updated
Was this helpful?