Hi All,
do any API / import routines exist for the PI for create / update of products and pricing PISI , PISP , PISN , PIEU etc?
Thank you
Hello James - I dont know much about Product Import, but believe there a bunch of different modules you use to do the setup and then there are reports that actually import files. It sounds like you want an API to change the setup modules, but either way, setup or reports modules can be called from the Service Interface API's. If you open the developer tools while doing things in the module, the network calls will show you all of the service interface endpoints that are used to do things on the different screens. You can use these calls to gather request/response details and be able to make the call(s) to the SX SI API endpoints, as seen below in the API Gateway.