Factuarea API

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.

CodeTypeHTTPCategory
resource_already_existsconflict_error409Request

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.

On this page