resource_already_exists
Creating the object would duplicate one that already exists under a unique key — tax id, SKU, external id. `error.details.existing_resource_id` points at the object that already holds the value.
| Code | Type | HTTP | Category |
|---|---|---|---|
resource_already_exists | conflict_error | 409 | Request |
Cause
Creating the object would duplicate one that already exists under a unique key — tax id, SKU, external id. error.details.existing_resource_id points at the object that already holds the value.
What to do
Update the object returned in existing_resource_id, or send a different value in the field that must be unique.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.