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": "11b25e25-4632-4e3c-b07c-7def917e860a",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "a6e7efcb-bfe8-40e7-a9f5-28ddddda8ade",
"AttributeI": "d277ce87-74be-4970-91cf-d3bee1af7e89",
"AttributeII": "02f1d1dc-49ec-4a38-a7cf-f78ab31912fe",
"AttributeIII": "faf6f06c-4fb3-4a3d-b06c-1044950c21f7",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "7c42373e-ea31-431b-8671-37128a920c72",
"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": "d3e09a7c-bc42-4a9c-8b76-b08cc8751fdc",
"ProductName": "sample string 3",
"AttrVal1": "312d7930-e281-4ff4-a137-b3110caf1869",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "b5bc6274-f9fb-42ee-8d78-eecab0271ea5",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "e8b247d3-bf8d-429a-8c6c-416d776b9083",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "d3e09a7c-bc42-4a9c-8b76-b08cc8751fdc",
"ProductName": "sample string 3",
"AttrVal1": "312d7930-e281-4ff4-a137-b3110caf1869",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "b5bc6274-f9fb-42ee-8d78-eecab0271ea5",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "e8b247d3-bf8d-429a-8c6c-416d776b9083",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]