API reference
List listings
GET
/v1/channels/listingsAuthorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Query Parameters
channelId?null|string
listingType?string
Value in
- "salesChannel"
- "source"
status?string
Value in
- "draft"
- "publishing"
- "active"
- "failed"
- "unpublished"
- "suspended"
- "syncError"
take?integer
Format
int32Response 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"[ { "id": "string", "channelId": "string", "productId": "string", "listingType": "string", "externalId": null, "externalUrl": null, "status": "string", "price": 0.1, "compareAtPrice": null, "lastSyncAt": null, "lastSyncError": null, "lastSyncErrorCode": null, "readinessStatus": "string", "readinessIssues": [ { "code": "string", "message": "string" } ], "readinessUpdatedAt": null, "createdOn": "2019-08-24T14:15:22Z", "updatedOn": null }]