Skip to content
Guides

Channels

Publish products and inspect their publication state by channel.

Last updated:

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.

Operations

Listings

MethodEndpointOperation
POST/v1/channels/listingsCreate listing
GET/v1/channels/listingsList listings
GET/v1/channels/{channelId}/listingsList channel listings
GET/v1/channels/listings/{id}Get listing by ID
POST/v1/channels/{channelId}/listings/bulkUpdate listings in bulk
POST/v1/channels/listings/{id}/adopt-publicationLink existing publication
POST/v1/channels/listings/{id}/publishQueue publication for a listing
POST/v1/channels/listings/{id}/unpublishUnpublish a listing
GET/v1/channels/{channelId}/listings/overviewListing counts by status for a channel
GET/v1/channels/{channelId}/listings/requirementsList listing requirements
GET/v1/channels/listings/{id}/requirementsGet the channel requirements for a listing
GET/v1/channels/listings/{id}/size-chartsList listing size charts
PUT/v1/channels/{channelId}/listings/requirementsSet listing requirements
PUT/v1/channels/listings/{id}/overridesSet listing overrides
PATCH/v1/channels/listings/{id}/priceUpdate listing price
GET/v1/channels/listings/{id}/size-charts/{chartId}/rowsList size chart rows

Products

MethodEndpointOperation
GET/v1/channels/products/publicationsList product publications
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