Variable | Type | Description |
---|---|---|
list_id | string|int | The ID of the list linked to the website for which to save the order |
order_details | struct|array | Hash array with order details. Allowed keys are:
|
order_products | struct|array | Indexed array with associative arrays containing ordered products' details. Allowed keys are:
|
Parameter | Description |
---|---|
string | the NewsMAN id of the saved purchase |
11111111
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
101 | Not allowed for list_id = %s | Invalid access to list_id |
407 | Missing required param order_details | order_details param is required |
407 | Missing required param order_products | order_products param is required |
1503 | Missing order details param. | param not found in order_details |
1504 | Missing order products param. | param not found in order_products |
{ "err": true, "message": "Missing required param list_id", "code": 407 }