Skip to main content

PackNet Online Documentation

Importing Product Data via API

JSON format must be used when importing data through API requests. The Import API uses POST methods only and is limited to adding a maximum of 20,000 items per request.

Endpoint: https://apim-saas-prod-p1.azure-api.net/Dim/v1/Import

Important

When importing product info, make sure all the data is included. At this time, it is not possible to merge individual product properties line by line. Whatever is sent in an API request is what will be stored in the database and the old record will be entirely replaced.

For each product, the API endpoint will do the following:

  • When there is no match in the database, a new product will be created.

  • When there is a match, the record fields will be updated with the data sent in the request.