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": "adc58dbf-f070-45df-bcc2-0085afeb5e1f",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "ad91ec43-c2ef-4362-84bd-758a0a95763c",
"AttributeI": "f1a0f19b-f5cd-455c-887c-727fe4fa2de3",
"AttributeII": "c784af38-70c4-43f9-ae65-a04a892fa6eb",
"AttributeIII": "0c31547c-a1f7-484b-8727-f3a855bea5a5",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "a02a5893-f092-4443-8872-39b46d1ab97a",
"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": "7b7a1d8f-4274-49e8-b1a6-0ed1cfc09aba",
"ProductName": "sample string 3",
"AttrVal1": "4d92e2b8-83ec-4b45-9bba-e82f8f5d78a6",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "1bb70d38-ae4a-42fc-b6d8-00712bf0c889",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "b080c6b5-b10f-4e9c-a4cb-632dea948727",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "7b7a1d8f-4274-49e8-b1a6-0ed1cfc09aba",
"ProductName": "sample string 3",
"AttrVal1": "4d92e2b8-83ec-4b45-9bba-e82f8f5d78a6",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "1bb70d38-ae4a-42fc-b6d8-00712bf0c889",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "b080c6b5-b10f-4e9c-a4cb-632dea948727",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]