post https://api.lytics.io/collect/bulk/
JSON formatting info.
This JSON is ok:
{"order_ids":[1,2,3]}
This is not valid because it has objects nested inside arrays:
{"orders":[{"id":1,"price":22},{"id":2,"price":23}]}
JSON formatting info.
This JSON is ok:
{"order_ids":[1,2,3]}
This is not valid because it has objects nested inside arrays:
{"orders":[{"id":1,"price":22},{"id":2,"price":23}]}
Try It!
to start a request and see the response here!