get
GET /backend/api/vendor-product/inventory-vendor-product-list HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully got the complete product list</message>
</object>
post
POST /backend/api/vendor-product/update-stock HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 193

"productId=1&hasStock=1&skuId=1&outOfStockThreshold=1&notifyMinQuantity=1&minQuantityAllowedCart=1&maxQuantityAllowedCart=1&enableBackOrders='text'&backOrderStockLimit='text'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>text</message>
</object>