|
| API Method | HTTP method | Endpoint | Description |
|---|
| remarketing.getSettings | GET
| /remarketing.getSettings.json
| Returns a hash array with the remarketing properties of a list
|
| remarketing.saveOrder | POST
| /remarketing.saveOrder.json
| Saves an order for the list that is linked to the website
|
| remarketing.saveOrders | POST
| /remarketing.saveOrders.json
| Schedules the saving of multiple orders (up to 5000) for the list that are linked to the website. Only purchases with validated data will be saved. Saving the purchases will be done in the background.
|
| remarketing.saveOrdersFromXML | POST
| /remarketing.saveOrdersFromXML.json
| Schedules the saving, from the XML-formatted string, of multiple orders (up to 5000) for the list that are linked to the website. Only purchases with validated data will be saved. Saving the purchases will be done in the background.
|
| remarketing.clearCart | POST
| /remarketing.clearCart.json
| Clears the cart for the list that is linked to the website and the user with the email address
|
| remarketing.setPurchaseStatus | GET
| /remarketing.setPurchaseStatus.json
| Saves a new status for one order, from a list of predefined statuses
|