Referencia de API
Listar publicaciones del producto
GET
/v1/channels/products/{productId}/publicationsAutorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Parámetros de ruta
productId*string
Cuerpo de la respuesta
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" } ] }]