Description
This error occurs when a product is submitted without a description. The receiving system requires the description field to always be filled in for the product to be processed correctly.
Cause
The description field is empty or completely missing from the product.
The data sent has an incorrect structure or is missing mandatory fields.
The description is invalid (e.g., only whitespace).
Resolution
Verify that the product has a valid description.
Enter the description in the description field before submitting the product.
Ensure the value complies with the receiving system’s requirements (e.g., minimum length or allowed characters).
Example
Valid:
"description": "Running shoes for men with lightweight sole"Invalid:
"description": ""(empty field)Invalid:
"description": " "(only whitespace)
Comments
0 comments
Please sign in to leave a comment.