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