v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Marketplaces - Channel catalogs - Publications

Launch a publication of the catalog to the marketplace

post/v2/user/marketplaces/channelcatalogs/publications/{marketplaceTechnicalCode}/{accountId}/publish

Path parameters

marketplaceTechnicalCodestring required

Marketplace Technical Code to query (required)

accountIdinteger required

Account Id to query (required)

Request body

publicationStrategyKind'Delta' | 'Full' | 'Unpublish' required

Define the publication strategy kind, for that you have 2 choices

  • Delta - This is the recommanded publication strategy kind, this strategy will push to the marketplace only the difference between your catalog and the previous published feeds done by BeezUP.
  • Full - If you want to force the publication of all your catalog feeds to the marketplace. !WARNING! Depending to the marketplace this operation will purge the existing offers on the marketplace that are not in the catalog or unknown from the publication feed referential.
  • Unpublish - This publication strategy kind will perform a depublication of the products that have been deleted from your catalog !WARNING! Products that have been deleted from the catalog were unpublished as soon as they were deleted. This publication strategy kind only allow to replay the operation.
feedType'Products' | 'Inventory' | 'Pricing' | 'Images' | 'Relationships' | 'Unpublish' | 'Offers' | 'OffersLT' | 'OffersLV' | 'OffersFI' | 'OffersEE' required

The Feed Type

withUnpublishboolean required

In full publication strategy kind, for some marktetplace, you can ask to unpublish or not your existing feeds on the markeptlace absent from your exported catalog.

Example request

{
  "feedType": "Offers"
}

Response

Publication request accepted