GET /data/v2/projects/{projectToken}/catalogs/{catalogId}/items

/data/v2/projects/{projectToken}/catalogs/{catalogId}/items

Query catalog for items. You can provide query, sort order, and paging parameters.

Use when you want to retrieve items from an existing catalog.

Servers

Path parameters

Name Type Required Description
projectToken String Yes

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

catalogId String Yes

Default value: "60758e2d18883e1048b817a8"

Request headers

Name Type Required Description
authorization String Yes

Default value: "Basic <APIKeyID/APISecret>"

Query parameters

Name Type Required Description
field String No

Default value: "manufacturer"

skip String No

Default value: "100"

query String No

Default value: "Apple"

order String No

Default value: "price%20desc,manufacturer%20asc"

count String No

Default value: "50"

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.