Skip to content
Guides
API reference
stablecatalog:read

List product publications

GET/v1/channels/products/{productId}/publications

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

productId*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/products/string/publications"
[  {    "channelId": "string",    "channelName": "string",    "providerId": "string",    "channelType": "string",    "listingType": "string",    "listingId": "string",    "listingStatus": "string",    "externalId": null,    "externalUrl": null,    "lastSyncAt": null,    "price": 0.1,    "compareAtPrice": null,    "lastSyncError": null,    "lastSyncErrorCode": null,    "readinessStatus": "string",    "readinessIssues": [      {        "code": "string",        "message": "string"      }    ]  }]