Send Your Data (Content)Copy Pageput https://api.connect.bloomreach.com/dataconnect/api/v1/accounts/{account_ID}/catalogs/{catalog_name}/itemsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsaccount_IDstringrequiredDefaults to 6702Your Bloomreach provided account ID. The example value shown here, 6702, is included for your convenience to send a request with Try It.catalog_namestringrequiredPoints to where this information will be stored on the backend represented with catalog name and language key. Use the same value as your domain key in your search API requests.Body ParamsopstringenumrequiredDefaults to addDefines the type of operation to be performed on the catalog with this record. Possible values are add (which can also replace) and remove. Note that remove can only be used with PATCH.addremoveAllowed:addremovepathstringrequiredIdentifies a specific item record, or a specific portion of a item record, to be operated on. To operate on an entire item record, the path value should be /items/{item_id}. The item_id for a given content item should be the same in both your catalog data and your pixel. To operate on a specific portion of a product record, refer to the Patch Operations for the correct path value.valueobjectContains the item information to be operated on for the provided op and path.value objectRAW_BODYstringDefaults to [{"op": "add", "path": "string", "value":{}}]HeadersAuthorizationstringrequiredDefaults to Bearer: <API key>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. For example, Authorization: Bearer merchantname-1066facc-94fb-450e-9f9c-b66d0b155fd2Content-TypestringenumrequiredUse application/json-patch+json for Direct API payload, use application/json for SFTP upload.application/json-patch+jsonapplication/jsonAllowed:application/json-patch+jsonapplication/jsonResponse 200200Updated 3 months ago