post https://external-api.labelinsight.com/client-onboarding-api/rest/v1/api/product/images/zip
Request Body
The body of this request is a multipart/form-data object with two parts: files
and json
.
Part Name | Description |
---|---|
zipFile | Paths 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. |
json | A 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 Name | Description |
---|---|
upc | The upc of the product. All valid UPC formats are accepted. |
brand | The brand under which the product is marketed and sold. Should be consistent with the most prominently displayed brand on the packaging. |
title | Title of the product. Can be any valid title, including e-commmerce optimized titles or representations from internal PIM systems. |
metaData | A 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. |
ingredients | The ingredient string for the product as it appears on-package. |
manufacturerId | An 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. |