Skip to main content

no_op_transition

HTTP Status: 409 Category: Listing Lifecycle

When you see this

new_status equals the current status; no change was performed.

How to fix it

Read the current status via GET /listings/{listing_number} before PATCHing. Duplicated transitions are refused loudly.

Example response

{
"error": {
"code": "no_op_transition",
"message": "new_status equals the current status; no change was performed.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/no_op_transition",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}