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": "69e067c8-070b-4601-b7c7-56dcb2803189",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "0a47a27c-4ad1-4d8f-94c5-ca766bd757db",
"AttributeI": "9817f06d-c791-483c-8824-9fc2b98c28b8",
"AttributeII": "1f3d430a-a13c-44ad-83df-c292a5f68d01",
"AttributeIII": "c809c23e-6354-4b14-9388-89b321f765db",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "33e7e646-7c59-4761-aa3c-052d386510e8",
"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": "492c4936-ebc4-426b-be4a-471afa609a0a",
"ProductName": "sample string 3",
"AttrVal1": "b4a46aee-6e58-48ad-8671-7830e4f3f041",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "4926e4d9-552d-47a5-8f51-18761f89cc0c",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "859e4ca0-e6f3-4df0-bbd1-f50865e636dd",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "492c4936-ebc4-426b-be4a-471afa609a0a",
"ProductName": "sample string 3",
"AttrVal1": "b4a46aee-6e58-48ad-8671-7830e4f3f041",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "4926e4d9-552d-47a5-8f51-18761f89cc0c",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "859e4ca0-e6f3-4df0-bbd1-f50865e636dd",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]