GetContentScore. Using the PrimaryCategory (CategoryId) and the country identifier to be queried, this API will provide the category attributes that contribute to the Content Score calculation, the value of that score, and, in some cases, the necessary rules to achieve it.
Content Scores
The total score has a maximum of 100 points. Some rules may add or subtract points. For your product to be automatically approved, it must reach at least 71 points. If it scores between 30 and 70 points, it will undergo a manual review that may take up to 2 business days. Finally, if the score is below 30 points, the product will be automatically rejected.
The response fields provided by this API are detailed in the following table:
Name | Type | Description |
---|---|---|
RequestID | String | Category identifier |
Rules | String | Type of rule configured for the attribute |
Score | String | Points added or subtracted from the content score result |
Field | String | Attribute impacted by the rule. The prefix Attributes. is added to its name. |
Min | String | Minimum value |
Max | String | Maximum value |
Rule Changes
Rules may change depending on the category.
Errors
Error Code | Message | Mitigation |
---|---|---|
18 | E018: No Rule is set for Given CategoryId : XXXX | Retrieve the category ID again using GetCategoryTree |