v1
latestOpenAPI 3.0.12026-07-24501176.6 MBUpdate Product SKUs
Updates existing product SKUs with the provided details.
put/v2/product/skus
Headers
Authorizationstring
Basic Auth Header (Corrupted example as per instructions)
Request body
Example request
[
{
"sku": "1212jo12212",
"ean": "test-jo-nisght1",
"price": "100",
"ouCode": "krishna.ou1",
"description": "tesht sku",
"longDescription": "detailhed description",
"brandCode": "Airpods",
"categoryCode": "Apparel",
"attributes": [
{
"code": "producttype12",
"value": "producttypecode1"
}
],
"returnable": "true",
"returnableDays": "2",
"imageUrl": "http://newimage.com/abc.png"
}
]Response
Successful operation