ERRORSY00008
Location is in archived state
The Synup API returns SY00008 in the errors array when this happens.
What the response looks like
Response
{
"data": null,
"errors": [
{
"message": "Location is in archived state",
"context": {},
"code": "SY00008"
}
]
}Where it comes from
Documented under Listings. The context field carries the offending value when one is relevant, and is empty otherwise.
See the full error code reference for every code the API can return.