Response codes

Success Code

CodeDescription
2100Product retrieved successfully
9100Product added successfully

Error Code

CodeDescription
2101Unable to retrieve product details
9102Item SKU not passed
9103Product Price not passed
9106Product price is not numeric
9108Trying to add product with an already existing EAN
25005No inventory found for combination of sku, OU and fetchType

Attribute Error Codes

CodeDescription
10212Attribute with the specified code not found.
10213Attribute type cannot be changed after the attribute is created.

Category Error Codes

CodeDescription
9137Category not found with the specified code
9174Category name length exceeds 100 characters
10061Request body is empty
10062Batch size exceeds the limit of 100 categories
10063Category code is missing or empty
10064Category code already exists (for create operations)
10065Category name is missing or empty
10066Duplicate category codes in the request
10067Parent category code does not exist
10068Parent category has reached the maximum number of children
10069Category hierarchy depth exceeds the maximum limit
10070Parent category code cannot be updated. Delete and recreate the category to change its parent.

Attribute Value Error Codes

CodeDescription
10250Attribute not found with the specified code
10251Attribute value not found with the specified code
10252Attribute value name length exceeds 100 characters
10253Request body is empty
10254Batch size exceeds the limit of 100 attribute values
10255Attribute value code is missing or empty
10256Attribute code is missing or empty
10257Duplicate attribute value codes in the request

Warning Code

CodeDescription
9190Invalid sort key provided. Valid values are id and sku.