/
POST SKU Update
POST SKU Update
This call allows you to change properties/attributes of an sku
End Point
https://app.browntape.com/0.1/skus/update.json
Parameters
?username =XXXXXXXXXX
&auth_string=YYYYYYYYY
Post Parameter
{
data: [
{
"custom_code": "XYZ",
"height_mm": 12 , (optional)
"length_mm": 11 , (optional)
"breadth_mm": 17 , (optional)
"weight_gm": 590 , (optional)
"hsn_code": 1234 , (optional)
"brand": "USPA" , (optional)
"master_mrp": 500 , (optional)
"default_cost_price": 400 , (optional)
},
{
"custom_code": "LMN",
"height_mm": 12 , (optional)
"lenght_mm": 11 , (optional)
"breadth_mm": 17 , (optional)
"weight_gm": 590 , (optional)
"hsn_code": 1234 , (optional)
"brand": "Raymond" , (optional)
"master_mrp": 500 , (optional)
"default_cost_price": 400 , (optional)
},
{
"custom_code": "ABC",
"height_mm": 12 , (optional)
"lenght_mm": 11 , (optional)
"breadth_mm": 17 , (optional)
"weight_gm": 590 , (optional)
"hsn_code": 1234 , (optional)
"brand": "Arrow" , (optional)
"master_mrp": 500 , (optional)
"default_cost_price": 400 , (optional)
}
]
}
, multiple selections available,
Related content
POST Inventory
POST Inventory
More like this
POST Skus Price Update
POST Skus Price Update
More like this
POST Inventory Rule Assign
POST Inventory Rule Assign
More like this
GET SKUs Index
GET SKUs Index
More like this
Upload Product data using the Import Configs
Upload Product data using the Import Configs
More like this