POST AdminApi/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": "72763ecc-66c2-4bd1-bbbf-f4d994976608",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "345d4e45-5ce1-4ec1-aa15-cb0eb5ccb5b6",
"AttributeI": "cfad1011-d172-43f3-9aa9-28d19d085708",
"AttributeII": "3bd97e5a-b6b9-4cb5-83d9-7675d106f533",
"AttributeIII": "f3ab9b53-553c-4c6c-885a-f3c53286ca4f",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "0c111925-efe8-4c57-9174-387bc09bfc5f",
"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": "1c5f6d19-282c-41ad-b079-54e739bbcb27",
"ProductName": "sample string 3",
"AttrVal1": "36f78e3c-14d0-4fb3-907b-d69abd39db96",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "abc9cc94-8e7c-496a-a44e-2ed5857f3d07",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "df1af9d4-229e-4dc3-bd81-00496c14e4b0",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "1c5f6d19-282c-41ad-b079-54e739bbcb27",
"ProductName": "sample string 3",
"AttrVal1": "36f78e3c-14d0-4fb3-907b-d69abd39db96",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "abc9cc94-8e7c-496a-a44e-2ed5857f3d07",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "df1af9d4-229e-4dc3-bd81-00496c14e4b0",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]