Skip to main content

listing_number_taken

HTTP Status: 409 Category: Listing Lifecycle

When you see this

Create-listing attempted with a listing_number that already exists under the caller's agency.

How to fix it

Omit listing_number from the request body so the server mints a fresh one, or pick a different value matching [a-z0-9]{7}.

Example response

{
"error": {
"code": "listing_number_taken",
"message": "Create-listing attempted with a listing_number that already exists under the caller's agency.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/listing_number_taken",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}