Skip to main content

Extra information

System documentation: Katana PIM Documentation

Connector 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
  1. 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.
  2. Fill in the Base URI, and API Key.
  3. Save the HTTP Client.

2. Subscribing to Entities from Katana PIM

2.1 Steps
  1. Go to Connections -> Incoming and create a new incoming configuration and select Katana PIM Subscriber as the subscriber.
  2. Select the entity you want to subscribe from Katana PIM.
  3. Add any request parameters needed to subscribe to the entity (optional).
  4. Select the Katana PIM HTTP Client to use.
2.2 General Concept We follow Katana PIM documentation on building this connector so you can easily use the connector based on Katana PIM Documentation. Entity It’s the entity you want to subscribe from Katana PIM. Please refer to the entities in Katana PIM Documentation. Request Parameters These are the parameters you can provide to get the needed entity based on Katana PIM Documentation. Please look at the example below on how to fill Request Parameters field when subscribing Single Request entity Katana PIM connector screenshot 1
  • 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
This is an example to get manufacturers with the name Alumio. We provide the same query title as the Katana PIM Documentation provided which is “manufacturerFilterModel.name”. Katana PIM connector screenshot 2 Input Transformer Any transformer’s set here will be executed after the Request Parameters loaded. So, you basically can add any transformer to provide and transform the request parameters into anything you need either as path parameters and/or as query parameters of an entity. HTTP Client It’s the HTTP Client configuration or prototype you will use to access Katana PIM.