Skip to content
Guides
API reference
stablecatalog:update

Approve or reject seller products

Approves or rejects seller products in bulk. Rejected products stay unpublished with the reason attached.

POST/v1/catalog/products/moderation/decide

Approves or rejects seller products in bulk. Rejected products stay unpublished with the reason attached.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/catalog/products/moderation/decide" \  -H "Content-Type: application/json" \  -d '{    "productIds": [],    "action": null,    "reason": null  }'
{  "approved": 0,  "rejected": 0}