Referencia de API
Obtener anuncio por ID
GET
/v1/channels/listings/{id}Autorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Parámetros de ruta
id*string
Identificador único del recurso.
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/listings/string"{ "id": "string", "channelId": "string", "productId": "string", "listingType": "string", "externalId": null, "externalUrl": null, "status": "string", "price": 0.1, "compareAtPrice": null, "syncInventory": true, "lastSyncAt": null, "lastSyncError": null, "lastSyncErrorCode": null, "readinessStatus": "string", "readinessIssues": [ { "code": "string", "message": "string" } ], "readinessUpdatedAt": null, "createdOn": "2019-08-24T14:15:22Z", "updatedOn": null}