Working with the API
Get an introduction into working with the Struct PIM Api from Visual Studio and C#
Last updated
Get an introduction into working with the Struct PIM Api from Visual Studio and C#
Last updated
Use this demo project to get familiar with the Web API. This project shows examples of getting product-, variant and category data as well as how to create and update these.
Furthermore, examples are shown on how to search products and work with global lists through the API.
For full documentation of the API, view the API reference
The project is a complete Visual Studio solution, using the Struct.PIM.Api.Client, available in Nuget, to fetch data from a Struct PIM instance.
All you need to do, is unzip the downloaded project and set up the Url for your Struct PIM instance as well as an API key for that instance and you are good to go.
We provide a T4Template which, using the API, can autogenerate C# classes for you matching the models in Struct PIM, yielding strongly typed models for you to use with the API.