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": "4f0b8443-2e5a-489c-8114-666d13065b19",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "b4f2e0d2-d1fc-4149-9e3a-303c74ce3088",
"AttributeI": "6dabb338-432c-4a46-a21d-269bf6ccf886",
"AttributeII": "6fd94487-f9ae-4a0a-a792-6d8cad8dd525",
"AttributeIII": "ae13e72f-f2b4-4e5f-a4ef-f8a987e53223",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "edc16cda-dbeb-4605-8785-8aac6bd7a1ee",
"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": "52689028-ab98-48ec-b5c2-f1fbc9ba36a9",
"ProductName": "sample string 3",
"AttrVal1": "478a6b98-9933-418b-9334-96f45cc63181",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "d0569b67-e4fa-4e4c-971f-92e7bfbf7f9b",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "24476fca-803a-4ca9-9cfa-f30e22da7256",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "52689028-ab98-48ec-b5c2-f1fbc9ba36a9",
"ProductName": "sample string 3",
"AttrVal1": "478a6b98-9933-418b-9334-96f45cc63181",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "d0569b67-e4fa-4e4c-971f-92e7bfbf7f9b",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "24476fca-803a-4ca9-9cfa-f30e22da7256",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]