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": "6f236ca3-65a5-4d83-a819-fd3c9f6c8d96",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "fffa3f48-b352-47f0-8db9-fff6c43817db",
"AttributeI": "5af3a25f-0d20-4058-b483-b0ea2a861b4e",
"AttributeII": "fcf50e7e-188a-41ae-aa43-40e231e4928b",
"AttributeIII": "f2498c6d-adad-4b55-ba4e-948316d296b2",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "34c02452-459f-4698-b57b-c3b215d382c8",
"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": "e6760447-a51a-4901-9c3f-72becbfa0db8",
"ProductName": "sample string 3",
"AttrVal1": "ebdd82cc-6964-4175-b6b6-ae8f963ae092",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "f81f4377-d495-411f-8733-1013e083dc72",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "5a5a3b52-a438-4bdc-9da9-fe7770413c74",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "e6760447-a51a-4901-9c3f-72becbfa0db8",
"ProductName": "sample string 3",
"AttrVal1": "ebdd82cc-6964-4175-b6b6-ae8f963ae092",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "f81f4377-d495-411f-8733-1013e083dc72",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "5a5a3b52-a438-4bdc-9da9-fe7770413c74",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]