POST Api/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": "76750cc4-3776-4910-bb69-ebdfa4533a9b",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "5f3f489a-6ab5-4371-a60c-f93d1c02572c",
"AttributeI": "44302a2f-1491-4c84-902d-8b64353a8fda",
"AttributeII": "e6d67023-7bae-4ba6-8532-99c1dead47e6",
"AttributeIII": "4831e37e-f7a5-4b82-9c5d-79415cf42551",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "f7e73512-860a-47c0-990e-edefd7880161",
"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": "0754a7ad-cb1c-4d0f-afa1-428100b8fbe6",
"ProductName": "sample string 3",
"AttrVal1": "81010185-67f5-4592-9380-a5e3bf32617a",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "da48d2b4-f7d7-4c08-be57-e20dab7d9a8d",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "6f8f0902-2dd2-42b7-876a-679407195336",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "0754a7ad-cb1c-4d0f-afa1-428100b8fbe6",
"ProductName": "sample string 3",
"AttrVal1": "81010185-67f5-4592-9380-a5e3bf32617a",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "da48d2b4-f7d7-4c08-be57-e20dab7d9a8d",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "6f8f0902-2dd2-42b7-876a-679407195336",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]