Variable | Type | Description |
---|---|---|
list_id | int | The ID of the list that is linked to the website |
order_id | string | The ID of the order from the website |
status | string | The new status of the order from the website. Status is platform dependent:
|
string | Specify an email if you wish to clear the cart of the customer associated with the purchase (optional) |
Parameter | Description |
---|---|
boolean | True if ok |
true
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
407 | Missing required param order_id | order_id param is required |
407 | Missing required param status | status param is required |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param order_id", "code": 407 }
{ "err": true, "message": "Missing required param status", "code": 407 }
{ "err": true, "message": "No site_id for list_id: 1", "code": 1505 }
{ "err": true, "message": "No purchase with order_id: 9781", "code": 1501 }
{ "err": true, "message": "Status not allowed for purchase: xpendingabc", "code": 1502 }