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": "93bd1aba-402f-453f-b274-9df4df8b64c5",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "6289e4ef-599a-441f-ba2b-8801a5113449",
"AttributeI": "d52564a3-b616-4846-b08d-60be5a39812f",
"AttributeII": "9efa50a9-4735-4d19-99d6-7351f5a05274",
"AttributeIII": "ef2ee747-4322-4b69-b316-054f64daf3ac",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "fd15aeae-05c4-4a55-bc26-0c2ef9dfc1e5",
"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": "a215869e-2049-40ce-8561-f3875248dfe6",
"ProductName": "sample string 3",
"AttrVal1": "6efd5b10-acfb-4db9-9762-10ff246d8e53",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "bb49d565-3b2d-4e98-801f-f7c12e3ec431",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "9b9a775e-87e2-4a36-86e0-f319030d6578",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "a215869e-2049-40ce-8561-f3875248dfe6",
"ProductName": "sample string 3",
"AttrVal1": "6efd5b10-acfb-4db9-9762-10ff246d8e53",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "bb49d565-3b2d-4e98-801f-f7c12e3ec431",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "9b9a775e-87e2-4a36-86e0-f319030d6578",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]