Extra information
System documentation: Katana PIM DocumentationConnector package documentation
Table of Contents
- 1. Setting up HTTP Client Katana PIM
- 1.1 Steps
- 2. Subscribing to Entities from Katana PIM
- 2.1 Steps
- 2.2 General Concept
1. Setting up HTTP Client Katana PIM
1.1 Steps- In Alumio Dashboard, go to Clients > HTTPS Client. Create a new HTTP Client and select Katana PIM HTTP Client as the prototype of the HTTP Client.
- Fill in the Base URI, and API Key.
- Save the HTTP Client.
2. Subscribing to Entities from Katana PIM
2.1 Steps- Go to Connections -> Incoming and create a new incoming configuration and select Katana PIM Subscriber as the subscriber.
- Select the entity you want to subscribe from Katana PIM.
- Add any request parameters needed to subscribe to the entity (optional).
- Select the Katana PIM HTTP Client to use.

- Path is the path parameter of the url. For example the {id}.
- Query is defined set of parameters attached to the end of a url.
Example:www.url.com?type=true&start=0
