post https://restapi.ordergroove.com/items/iu/
A request to this endpoint will create an Impulse Upsell order item on the specified order. This will be tracked by OrderGroove as an 'Impulse Upsell' order item.
Response Body Definitions
Name | Type | Description | Example |
---|---|---|---|
offer | string | Offer ID | "4a10a0e1738f46bf9d81be56ea6d8d85" |
order | string | Order ID | "9e78860ef49c4a86861ca11f638e5488" |
subscription | string | Subscription ID | "565998a03d7a4647971aab47f8c487f9" |
product | string | Product ID | "62900-W01" |
components | string | Bundle components | [{"product": "product_id_1"}] |
quantity | integer | Number of items | 2 |
public_id | string | Item ID | "f9cb2f93e1c845eb9de9eff46ddb3cbf" |
product_attribute | string | "null" | |
price | string | Item price | "12.99" |
extra_cost | string | "1.00" | |
total_price | string | Total price of item in order | "9.20" |
one_time | boolean | Indicates if item order was result of Impulse Upsell functionality | false |
frozen | boolean | false | |
first_placed |