POST AdminApi/Inventory/GetInvDetlLst
Request Information
URI Parameters
None.
Body Parameters
InvSummaryPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CatelogID | integer |
None. |
|
| Condition | InvSrchCond |
None. |
Request Formats
application/json, text/json
Sample:
{
"CatelogID": 1,
"Condition": {
"Sku": "416199f5-a94d-47c4-a98e-4b306ded8835",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "86b79064-7b12-4754-9e59-0d1787248df0",
"AttributeI": "9f281a52-e554-4091-9e5c-7a396ee9c3f9",
"AttributeII": "502a0299-bae4-48f2-9e96-a3a0e6f82aa1",
"AttributeIII": "be64592d-d099-4352-801b-ee9f750853ef",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "44670a0a-9543-4e5d-807a-e36a86507442",
"Page": 10,
"PageSize": 11,
"Offset": 99,
"SortName": "sample string 12",
"SortOrder": "sample string 13"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of InvSummaryDetlView| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCode | string |
None. |
|
| SKU | globally unique identifier |
None. |
|
| ProductName | string |
None. |
|
| AttrVal1 | globally unique identifier |
None. |
|
| AttrVal1Desc | string |
None. |
|
| AttrVal2 | globally unique identifier |
None. |
|
| AttrVal2Desc | string |
None. |
|
| AttrVal3 | globally unique identifier |
None. |
|
| AttrVal3Desc | string |
None. |
|
| LocName | string |
None. |
|
| InventorySumQty | integer |
None. |
|
| ReservedSumQty | integer |
None. |
|
| SalesSumQty | integer |
None. |
|
| ImgPath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductCode": "sample string 1",
"SKU": "0f2b1106-92c1-498e-961a-481dc4cd0757",
"ProductName": "sample string 3",
"AttrVal1": "1f0f5ad8-a812-4243-ba92-0197a16c910e",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "c76e68cb-9b6f-415e-af21-6a6846e46f25",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "19b63f61-7e2f-4a74-ba3a-d5b4fd1707c2",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "0f2b1106-92c1-498e-961a-481dc4cd0757",
"ProductName": "sample string 3",
"AttrVal1": "1f0f5ad8-a812-4243-ba92-0197a16c910e",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "c76e68cb-9b6f-415e-af21-6a6846e46f25",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "19b63f61-7e2f-4a74-ba3a-d5b4fd1707c2",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]