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.