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": "6baba9d7-9dd9-4262-8bdd-02eb5e1453b7",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "6364f867-2600-4826-8071-9c7183f97646",
"AttributeI": "4e28bbdf-858a-4a08-bd36-26dc2e253870",
"AttributeII": "c6b16d20-f44d-48c8-8bab-0598fcb08716",
"AttributeIII": "4b31ac3f-2c5e-4e6b-8b73-6e24c8ce2ed2",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "a1a6ffe4-c5e4-45cc-b9aa-6ae7de844c58",
"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": "4cc92608-0404-4c70-b39b-584ff0fde12c",
"ProductName": "sample string 3",
"AttrVal1": "58761da8-058d-4974-b119-6f30bc25cc03",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "2e7a2b46-d29a-49b8-b705-ddd4c4fb7d26",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "1fd4f86d-1125-4703-8ce0-e0b5af367f65",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "4cc92608-0404-4c70-b39b-584ff0fde12c",
"ProductName": "sample string 3",
"AttrVal1": "58761da8-058d-4974-b119-6f30bc25cc03",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "2e7a2b46-d29a-49b8-b705-ddd4c4fb7d26",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "1fd4f86d-1125-4703-8ce0-e0b5af367f65",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]