POST /data/v2/projects/{project_id}/catalogs/{catalog_id}/items/partial-update
/data/v2/projects/{project_id}/catalogs/{catalog_id}/items/partial-update
Servers
- https://api.exponea.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
String | Yes |
Default value: "12345678-1234-1234-1234-123456789abc" |
catalog_id |
String | Yes |
Default value: "60758e2d18883e1048b817a8" |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
authorization |
String | No |
Default value: "Basic <APIKeyID/APISecret>" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
RAW_BODY |
String | No |
Default value: "[{\"item_id\":\"1\",\"properties\":{\"color\":\"red\"}},{\"item_id\":\"2\",\"properties\":{\"color\":\"blue\",\"country\":\"NL\",\"price\":10.2},\"upsert\":true},{\"item_id\":\"3\",\"properties\":{\"country\":\"SK\",\"price_discounted\":19.55},\"upsert\":true}]" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.