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": "d905a470-dfd1-4d40-9382-5b4ed85a7333",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "0a5c94b2-028f-4bd1-8610-f4c67117d059",
"AttributeI": "3581a3af-c771-4072-836f-57c890bd5eb7",
"AttributeII": "3286c4a7-c59c-45f4-8e38-94032f9181bb",
"AttributeIII": "40e48549-c8e5-424e-a8b2-72e55b014fb6",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "2ec7e12a-de86-4668-9a21-f64e4c24c9b4",
"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": "5d0d0f84-4876-48bc-9b55-b4c2afa1cb44",
"ProductName": "sample string 3",
"AttrVal1": "6dd6aeac-bd3f-4456-ae8b-e704102560b2",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "77130e86-e9e4-452e-be30-39c2e3b9dab0",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "103bc849-5ece-46d5-ba71-bc416dee3b70",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "5d0d0f84-4876-48bc-9b55-b4c2afa1cb44",
"ProductName": "sample string 3",
"AttrVal1": "6dd6aeac-bd3f-4456-ae8b-e704102560b2",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "77130e86-e9e4-452e-be30-39c2e3b9dab0",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "103bc849-5ece-46d5-ba71-bc416dee3b70",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]