ListingsItemsIssues
Returns details about a listings item issues for a selling partner.
The following filter is required:
- SellerId: You can specify SellerId either as a criteria condition in WHERE filters or in the connection string.
SELECT * FROM ListingsItemsIssues WHERE SellerId = 'XXXXXXXXXXXXXX'
Columns
| Name | Type | References | Description |
| SKU | String | A selling partner provided identifier for an Amazon listing. | |
| Code | String | An issue code that identifies the type of issue. | |
| Message | String | A message that describes the issue. | |
| Severity | String | The severity of the issue.
The allowed values are INFO, WARNING, ERROR. | |
| SellerId | String | A selling partner identifier, such as a merchant account or vendor code. |