Catalogs - Catalog
Get product batch report
Get the report of a product batch importation. Returns a 303 See Other redirect to the URL where the report can be downloaded.
The correlationId is the one returned by GET /{storeId}/product-batches/{batchId}.
get/v2/user/catalogs/{storeId}/product-batches/{batchId}/reports/{correlationId}
Path parameters
storeIdstring guid required
Your store identifier
batchIdstring BatchId required
The product batch identifier
correlationIdstring Guid required
The correlation identifier returned by the batch status endpoint
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"
}
]
}
]
}