Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The configuration page allows you to enter the desired connector name. URL which contains the webpage for product information should be entered in the hostname area. HTTP method, limitation for the result size and authentication methods should be selected.

Result size limits the data to be shown with the entered value.
Cache information can be available by clicking the checkbox.

At the moment, only GET is implemented for the HTTP method.
Note
Info

In our example we used the GET method which you can use for reading the data. You can use other methods available:
POST→ Create and adding data
DELETE→ Deleting the data
PATCH→ Partial modification to a resource
PUT→ Updating the data

Clicking the “Save” button will save the custom connector.

...