v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Importation Process

Get the importation status

get/v2/user/catalogs/{storeId}/importations/{executionId}

Path parameters

storeIdstring guid required

Your store identifier

executionIdstring guid required

The execution identifier of you catalog importation

Response

OK

userIdstring guid

The user identifier

successboolean required

Indicates if the importation was successfully completed or not

executionIdstring guid required

The execution identifier of the catalog importation

lastUpdateUtcDatestring date-time required

The last update of the reporting

beginUtcDatestring date-time required

The start date of the importation

stepsobject required

Contains all steps of the importation process with a boolean. If true the step has been passed, false the step is not complete

Example response

{
  "userId": "8a7fbdec-9e71-472e-9974-27d5c1d57cf8",
  "executionId": "bf3bc288-604c-4267-925e-66b1a15dca75",
  "lastUpdateUtcDate": "2017-04-01T13:10:09Z",
  "beginUtcDate": "2017-04-01T13:01:01Z",
  "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"
        }
      ]
    }
  ],
  "steps": {
    "isCatalogImportPrepareReadCompleted": "false",
    "isCatalogImportComputeDiffCompleted": "false",
    "isCatalogUpdateCompleted": "false",
    "isSavedInDb": "false"
  },
  "links": {
    "self": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c",
      "method": "GET"
    },
    "technicalProgression": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/technicalProgression",
      "method": "GET"
    },
    "cancel": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/cancel",
      "method": "POST"
    },
    "configureRemainingCatalogColumns": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/configureRemainingCatalogColumns",
      "method": "POST"
    },
    "commitColumns": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/commitColumns",
      "method": "POST"
    },
    "commit": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/commit",
      "method": "POST"
    },
    "activateAutoImport": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/autoImport/activate",
      "method": "POST"
    },
    "catalogColumns": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/catalogColumns",
      "method": "GET"
    },
    "customColumns": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/customColumns",
      "method": "GET"
    },
    "productSamples": {
      "href": "/v2/user/catalogs/a42b780d-4585-4566-800e-4d77a4d6f8a3/importations/222ef571-bdb7-436d-a01a-e5a0e9161c0c/productSamples/{productSampleIndex}",
      "method": "GET",
      "parameters": {
        "productSampleIndex": {
          "in": "path",
          "required": true,
          "type": "integer"
        }
      }
    }
  }
}