Skip to content
Guides

Channels

Publish products and inspect their publication state by channel.

Channel synchronization

The /v1/import-sources/* routes are internal connector infrastructure: they create the external source, validate its connection, map its data, and activate the import. They are not part of the public contract. Use the operations on this page to publish products or inspect their status.

Listings

MethodEndpointOperation
POST/v1/channels/listingsCreate listing
GET/v1/channels/listingsList listings
GET/v1/channels/listings/{id}Get listing by id
POST/v1/channels/listings/{id}/publishQueue publication for a listing
POST/v1/channels/listings/{id}/unpublishUnpublish a listing
PATCH/v1/channels/listings/{id}/priceUpdate listing price

Products

MethodEndpointOperation
GET/v1/channels/products/publicationsList product publications for a set of products
GET/v1/channels/products/{productId}/publicationsList product publications
POST/v1/channels/{channelId}/products/{productId}/publishPublish a product to a channel

Publication

MethodEndpointOperation
POST/v1/channels/{channelId}/publication/publishQueue publication for ready listings
GET/v1/channels/{channelId}/publication/readinessGet publication readiness

On this page