This API is meant for integrating your current systems with Nuport. Whenever a product is created in your system and you want to transfer that data to Nuport, you can call this API to inform Nuport to create this data in its system for further processing. This API acts as an "upsert" operation in that it will create a new product if the "internalId" does not exist in Nuport's system or it will update a product by the provided "internalId". Note that an array of product data will be passed to this API and an array of created/updated products will be returned in the order that they are passed in.

Language
Click Try It! to start a request and see the response here!