Product Stock Available
Product inventory information is available
API Endpoint
| URL |
{base url}/api/StockTransfer/ProductStockAvailable |
| Method |
GET |
| Authorization |
Bearer Token |
| Content-Type |
application/json |
Request Headers
| Parameter |
Type |
Required |
Description |
| APIKEY |
string |
true |
System key code |
Request Parameters
| Parameter |
Type |
Required |
Description |
| SkuName |
string |
false |
SKU Name |
| SkuCode |
string |
false |
SKU Code |
Request Example
{base url}/api/StockTransfer/ProductStockAvailable?SkuName={Value}&SkuCode={Value}
Response Parameters
| Parameter |
Type |
Description |
| Id |
integer |
Error status (0 = no error) |
| Success |
boolean |
Status of the request |
| Message |
string |
Response message |
| RequestId |
string |
Reference ID for the request |
| Size |
integer |
Number of records returned |
| Data |
object |
data |
Data
| Parameter |
Type |
Description |
| Seller |
string |
Merchant Code |
| SKUCode |
string |
SKU Code |
| SKUName |
string |
SKU Name |
| PickLocationNo |
string |
Pick-up location |
| UnitPerPack |
integer |
Quantity per pack |
| MC |
integer |
|
| SH |
integer |
|
| TotalOnhand |
integer |
All available |
| StockAvailable |
integer |
Available stock |
| HoldUnit |
integer |
Hold Unit |
| PickAllocate |
integer |
Allocated |
| OrderHold |
integer |
Suspend Order |
| OrderAllowcate |
integer |
Allocating Orders |
| ShipmentUnit |
integer |
Shipping Unit |
| PickAvailable |
integer |
ready for packaging |
Response JSON Example
{
"Id": 0,
"Success": true,
"Message": "SUCCESS",
"RequestId": "1B812382-8570-4228-9C98-3889B2957C57",
"Size": 1,
"Data": [
{
"Seller": "22053",
"SKUCode": "6977196210060",
"SKUName": "Bio-Firming & Illuminating Serum 15.7g",
"PickLocationNo": "",
"UnitPerPack": 1,
"MC": 0,
"SH": 0,
"TotalOnhand": 0,
"StockAvailable": 0,
"HoldUnit": 0,
"PickAssignQTY": 0,
"PickAllowcate": 0,
"OrderHold": 0,
"OrderAllowcate": 0,
"ShipmentUnit": 0,
"PickAvailable": 0
}
]
}