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": "9f8dc9b4-41ff-48fb-836d-a84ae0a90869",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "792f4346-acb8-4413-8499-2e76272ae9b7",
"AttributeI": "a64f6cf4-6cb8-4a3e-b210-c2d671533ec9",
"AttributeII": "cd245ffa-1364-4356-a119-a3c1a5e2e3aa",
"AttributeIII": "b94a670d-3e4a-4904-8bc3-689eafba7ce8",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "255459d6-9455-4d42-b81b-b8be50ee511b",
"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": "0a536d0c-db18-4dd2-98f0-f77c1870538c",
"ProductName": "sample string 3",
"AttrVal1": "b57e8487-1fc5-453b-86ec-3e80a559d845",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "a41f2679-e1d4-4bae-b2ba-abb1d76779da",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "9b64287e-d21e-4076-9c95-2619a1c592b9",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "0a536d0c-db18-4dd2-98f0-f77c1870538c",
"ProductName": "sample string 3",
"AttrVal1": "b57e8487-1fc5-453b-86ec-3e80a559d845",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "a41f2679-e1d4-4bae-b2ba-abb1d76779da",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "9b64287e-d21e-4076-9c95-2619a1c592b9",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]