Add items to a catalog

Use this endpoint to add items to a catalog.

Path Params
string
required

Specify the UUID of the catalog to which you want to add the items. You can get the catalog's UUID from its URL. For example, if you open a catalog on the Blueshift app, its URL looks like https://app.getblueshift.com/dashboard#/app/catalogs/<CATALOG_UUID>/details.

Query Params
boolean

Optional query parameter. When set to true, the API returns the product_id and UUID for products that are added successfully. When set to false or not provided, returns a simple status response.

Body Params
catalog
object
Responses

413

Payload Too Large - You can upload maximum 100 products in one API call.

429

Too Many Requests - Rate limit exceeded.

500

Internal Server Error - Please contact Blueshift support.

502

Bad Gateway - Service unavailable, please retry with exponential backoff.

503

Service Unavailable - Please retry with exponential backoff.

504

Gateway Timeout - Please retry with exponential backoff.

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json