/
POST SKU Update

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

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) } ] }

 

Related content