v1

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

Fetch the publication history for an account, sorted by descending start date

get/v2/user/marketplaces/channelcatalogs/publications/{marketplaceTechnicalCode}/{accountId}/history

Path parameters

marketplaceTechnicalCodestring required

Marketplace Technical Code to query (required)

accountIdinteger required

Account Id to query (required)

Query parameters

channelCatalogIdstring guid

Channel Catalog Id by which to filter (optional)

countinteger

Amount of entries to fetch (optional, default set to 10)

publicationTypesstring[] required

Publication types by which to filter (optional)

Response

Successfully fetched channel catalog settings

Example response

{
  "links": {
    "self": {
      "href": "/v2/user/marketplaces/channelcatalogs/publications/Amazon/123/history"
    }
  },
  "publications": [
    {
      "publicationType": "PublishOffers",
      "feeds": [
        {
          "feedType": "Offers",
          "startUtcDate": "2016-02-13T12:01:11Z",
          "endUtcDate": "2016-02-13T12:02:00Z",
          "processingStatus": "Done",
          "exportedProducts": "10142",
          "transmittedItems": "10042",
          "publishedItems": "10041",
          "publishedItemsWithWarning": "123",
          "failedItems": "1",
          "errorMessage": "",
          "htmlReportUrl": "http://www.myreporthtml.com",
          "htmlReportGenerationErrorMessage": ""
        },
        {
          "feedType": "Inventory",
          "startUtcDate": "2016-02-13T12:01:11Z",
          "endUtcDate": "2016-02-13T12:02:00Z",
          "processingStatus": "Done",
          "exportedProducts": "10142",
          "transmittedItems": "10042",
          "publishedItems": "10041",
          "publishedItemsWithWarning": "123",
          "failedItems": "1",
          "errorMessage": "",
          "htmlReportUrl": "http://www.myreporthtml.com",
          "htmlReportGenerationErrorMessage": ""
        },
        {
          "feedType": "Pricing",
          "startUtcDate": "2016-02-13T12:01:11Z",
          "processingStatus": "InProgress",
          "exportedProducts": "10142",
          "transmittedItems": "10042",
          "publishedItems": "10041",
          "publishedItemsWithWarning": "123",
          "failedItems": "1",
          "errorMessage": "",
          "htmlReportUrl": "http://www.myreporthtml.com",
          "htmlReportGenerationErrorMessage": ""
        }
      ]
    },
    {
      "publicationType": "PublishProducts",
      "feeds": [
        {
          "feedType": "Product",
          "startUtcDate": "2016-02-13T12:01:11Z",
          "endUtcDate": "2016-02-13T12:02:00Z",
          "processingStatus": "Done",
          "exportedProducts": "10142",
          "transmittedItems": "10042",
          "publishedItems": "10041",
          "publishedItemsWithWarning": "123",
          "failedItems": "1",
          "errorMessage": "",
          "htmlReportUrl": "http://www.myreporthtml.com",
          "htmlReportGenerationErrorMessage": ""
        },
        {
          "feedType": "Inventory",
          "startUtcDate": "2016-02-13T12:01:11Z",
          "endUtcDate": "2016-02-13T12:02:00Z",
          "processingStatus": "Done",
          "exportedProducts": "10142",
          "transmittedItems": "10042",
          "publishedItems": "10041",
          "publishedItemsWithWarning": "123",
          "failedItems": "1",
          "errorMessage": "",
          "htmlReportUrl": "http://www.myreporthtml.com",
          "htmlReportGenerationErrorMessage": ""
        },
        {
          "feedType": "Pricing",
          "startUtcDate": "2016-02-13T12:01:11Z",
          "processingStatus": "InProgress",
          "exportedProducts": "10142",
          "transmittedItems": "10042",
          "publishedItems": "10041",
          "publishedItemsWithWarning": "123",
          "failedItems": "1",
          "errorMessage": "",
          "htmlReportUrl": "http://www.myreporthtml.com",
          "htmlReportGenerationErrorMessage": ""
        }
      ]
    }
  ]
}