Add New Products to Existing Catalog

Adding new product types to your catalog

Add new products to the existing catalog

This scenario applies if you have already shared your product catalog with ESW during onboarding and now want to add new products to the catalog. For instance, if you have added new product types, such as handbags or seasonal merchandise to your catalog.

For all such scenarios, instead of sending the full catalog upload request containing new as well as old items, you can send only the new catalog items in the API request.

Request Example

The following payload shows the delta catalog upload request. If you want to update just one or multiple products in the catalog, you must send a request for each product - be it a minimum catalog upload request or a full catalog upload.

Required Example
[
     {
       "productCode": "11160296020014",
       "name": "JACKET",
       "description": "JACKET",
       "material": "FABRIC 53% cotton, 21% polyester, 21% acrylic, 4% viscose, 1% polyester, lining 100% polyester",
       "countryOfOrigin": "IT",
       "hsCode": "62043290",
       "hsCodeRegion": "EU",
       "category": null,
       "gender": null,
       "ageGroup": null,
       "size": null,
       "weight": null,
       "weightUnit": null,
       "url": null,
       "imageUrl": null,
       "unitPrice": null,
       "dangerousGoods": null,
       "additionalProductCode": null,
       "variantProductCode": null
     },
 ]