v1.3.0
Version 1.3.0
02/04/26
| Type | Location | Event | Previous Version | Updated Version | Notes |
|---|---|---|---|---|---|
| parameter | playbook.yaml | N/A | 1.2.0 | 1.3.0 | Updated version parameter |
| parameter | playbook.yaml | order_completed | N/A | {"inputKey":"input","outputKey":"cartData.items","transforms":[{"expression":{"body":"-- cartData is optional but if included, each item requires product_id, price, and quantity\n-- DELETE THIS ENTIRE MAPPING IF NOT USING CART DATA\nreturn MAP(input.properties.products, function(p)\n return {\n itemId = p.product_id,\n quantity = p.quantity or 1,\n unitPrice = p.price\n }\n end)","lang":"lua"}}]} | Added mappings parameter |
Updated 19 days ago