Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.33 KB

Sample Catalogs

This repository holds some sample catalogs that you can use to explore the Bloomreach product and it's various features.

Here is a sample curl request to upload a catalog to your account. Replace with your own ACCOUNT_ID, CATALOG_NAME, ACCESS_TOKEN. Once uploaded, you can see the job being processed on Catalog Management on the Jobs page of the catalog you uploaded to

curl -v --request PUT \
     --url https://api.connect.bloomreach.com/dataconnect/api/v1/accounts/{INSERT_ACCOUNT_ID}/catalogs/{INSERT_CATALOG_NAME}/products \
     --header 'Content-Type: application/json-patch+jsonlines' \
     --header 'Authorization: {INSERT_ACCESS_TOKEN}' \
     --data-binary @./pacifichome_mini_en/pacifichome_mini_en.jsonl

Related documentation

Related resources