API reference
Summarize seller products pending review
Returns how many seller products are waiting for review, so a marketplace operator can see the queue at a glance.
GET
/v1/catalog/products/moderation/summaryReturns how many seller products are waiting for review, so a marketplace operator can see the queue at a glance.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/catalog/products/moderation/summary"{ "pending": 0, "sellers": [ { "sellerId": "string", "sellerName": null, "pending": 0 } ]}