Upload a product with zipped images and metadata

Request Body

The body of this request is a multipart/form-data object with two parts: files and json.

Part NameDescription
zipFilePaths to one .zip file. Within the zipped folder, the accepted file types include .jpg, .jpeg, .png, .pdf, .tif, .tiff, and .eps. Each file included in the zip must have size greater than 0 bytes and a filename with an extension.
jsonA string of valid JSON containing additional metadata about the product. These fields are optional but is recommended to include them if possible. If no metadata is available the json part can be omitted.

Descriptions of json fields

Field NameDescription
upcThe upc of the product. All valid UPC formats are accepted.
brandThe brand under which the product is marketed and sold. Should be consistent with the most prominently displayed brand on the packaging.
titleTitle of the product. Can be any valid title, including e-commmerce optimized titles or representations from internal PIM systems.
metaDataA JSON object of string key/value pairs containing additional information about the product. Common use cases include internal status codes or additional product information that the uploader would like Label Insight to store for future reference.
ingredientsThe ingredient string for the product as it appears on-package.
manufacturerIdAn internal code used to identify the product within the uploader's organization. Providing this code allows Label Insight to display it in our platform for better product tracking and helps us differentiate between different packaging versions with the same UPC.
Language
Click Try It! to start a request and see the response here!