v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Add or Update Product SKUs

Create new product SKUs or update existing ones in bulk.

post/v2/product/skus

Request body

skustring
eanstring
pricestring
descriptionstring
longDescriptionstring
brandCodestring
categoryCodestring
returnablestring
returnableDaysstring
imageUrlstring

Example request

[
  {
    "sku": "1212jo121s2",
    "ean": "test-jo-snight",
    "price": "100",
    "description": "test sku",
    "longDescription": "detailed description",
    "brandCode": "Airpods",
    "categoryCode": "Apparel",
    "attributes": [
      {
        "code": "producttype12",
        "value": "producttypecode1"
      }
    ],
    "returnable": "true",
    "returnableDays": "2",
    "imageUrl": "http://newimage.com/abc.png"
  }
]

Response

Successful operation