Set pricing option for dynamic products
Overview
Use case
{ "merchant": "2COLRNC", "dynamic": "1", "currency": "USD", "products": [ { "name": "A test dynamic product", "quantity": 1, "price": 20, "options": [ { "name": "color", "value": "red", "surcharge": 10 }, { "name": "shape", "value": "squared", "surcharge": 20 } ] } ] }
Sample request
HTML
JavaScript
Demo
PreviousAdd a physical dynamic product with dynamic shipping, dynamic taxes, and dynamic couponNextSet test orders in InLine Cart
Last updated
Was this helpful?