Catalog Data Management job status

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sending modifications to a catalog's products or publishing the index for a catalog will return a job identifier such as:

{"jobId":"713aa624-1d7c-4e4a-ac23-6463e48a5fdd"}

You can use the the Job ID to get the status of that modification, and other information about the job. For now, only the "status", "started_at", "stopped_at" properties should be considered stable.

Endpoints

  • Production: https://api.connect.bloomreach.com/dataconnect/api/v1/
  • Staging: https://api-staging.connect.bloomreach.com/dataconnect/api/v1/

Job statuses

  • creating
  • queued
  • running
  • success
  • failed
  • skipped
  • killed

Values in bold are the most common.

Path Params
string
required

The job ID returned in the response from sending your catalog data (refer to Send Your Data).

Headers
string
required

An API key will be provided for each environment in your account. This access key must be placed in this header using the value Bearer API key.

Example:
Authorization: Bearer merchantname-1066facc-94fb-450e-9f9c-b66d0b155fd2

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json

© Bloomreach, Inc. All rights reserved.