get
https://api.splio.com/data/v2/orders/
Get a order or an abandoned cart based on its external_id, and get the status associated to the order as well.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Error cases
Order does not exist (404)
{
"status": 404,
"errors": [
{
"error_key": "id",
"error": "wrong_value",
"error_description": "Record not found for id 77810437."
}
]
} 401Authentication failed.
403Forbidden.