Send Your Data (Product)Copy Pagepatch https://api.connect.bloomreach.com/dataconnect/api/v1/accounts/{account_ID}/catalogs/{catalog_name}/productsRecent 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 requests.addremoveAllowed:addremovepathstringrequiredIdentifies a specific product record, or a specific portion of a product record, to be operated on. To operate on an entire product record, the path value should be /products/{product_id}. The product_id for a given product 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 Operation Use Cases for the correct path value.valueobjectContains the product 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-b66d0b155fd2Response 200200Updated 3 months ago