v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Catalog

Get Reporting By BatchId

Deprecated. Use the new batch tracking flow instead:

  1. GET /{storeId}/product-batches/{batchId} to obtain the correlationId.
  2. GET /{storeId}/product-batches/{batchId}/reports/{correlationId} to fetch the report.

Get Reporting By BatchId.

get/v2/user/catalogs/{storeId}/importations/{batchId}/getReportUrl

Path parameters

storeIdstring guid required

Your store identifier

batchIdstring BatchId required

The product batchId you want to get

Response

Occurs when something goes wrong

Example response

{
  "errors": [
    {
      "docUrl": "https://api-docs.beezup.com/#operation/EnableChannelCatalog",
      "code": "CatalogImportationAlreadyInProgress(ExecutionId currentCatalogImportationId)",
      "message": "There is already an importation in progress: b24d0dd8-a561-478a-9b26-34f573f03527\n",
      "cultureName": "en",
      "arguments": [
        {
          "name": "currentCatalogImportationId"
        }
      ]
    }
  ]
}