Skip to content
Guides
API reference
stablechannel:read

Get publication readiness

GET/v1/channels/{channelId}/publication/readiness

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

channelId*string

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/channels/string/publication/readiness"
{  "channelId": "string",  "total": 0,  "ready": 0,  "blocked": 0,  "unknown": 0,  "missingCategoryMappings": 0,  "missingRequiredAttributes": 0,  "missingBrands": 0,  "issues": [    {      "code": "string",      "message": "string",      "count": 0    }  ]}