POST /data/v2/projects/{projectToken}/catalogs/{catalogId}/items/{itemId}/partial-update

/data/v2/projects/{projectToken}/catalogs/{catalogId}/items/{itemId}/partial-updateUpdates specified properties of a catalog item. Use when you want to change some of the properties of an item in an existing catalog in your project. The Catalog item - Partial update route compared to the Update a catalog item only updates the specified properties of the item. If a property of an item isn´t specified in the request, this property remains unchanged.

Servers

Path parameters

Name Type Required Description
projectToken String Yes

Default value: "12345678-1234-1234-1234-123456789abc"

itemId String Yes

Default value: "1"

catalogId 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 Yes

Default value: "Basic <APIKeyID/APISecret>"

Request body fields

Name Type Required Description
upsert String No
properties Object Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.