API reference
Get listing by id
GET
/v1/channels/listings/{id}Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
id*string
Unique identifier of the resource.
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/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}