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": "941ce2d5-360f-446e-8e45-75b747cbeddc",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "f88e9a32-98f2-4a16-afe4-09382eac6923",
"AttributeI": "5bc7ec45-d93c-4e84-a6cf-f578fe85cf97",
"AttributeII": "906b5f01-5b38-468a-b90a-f1486f27f604",
"AttributeIII": "f555b488-6180-4035-8ed5-7eaeda2fd3d0",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "b655f438-01b1-4ff4-a2b3-862712f9a713",
"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": "c1099a8d-3094-4fbf-ac4d-ec5b2e37bddc",
"ProductName": "sample string 3",
"AttrVal1": "09c6ea99-4ccc-4d32-bd99-25eff6dff182",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "c0d4a7a9-3efe-4477-9f0f-0be37d41d9f6",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "52cdc7e2-3072-4730-a6f6-a4876a5fc590",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "c1099a8d-3094-4fbf-ac4d-ec5b2e37bddc",
"ProductName": "sample string 3",
"AttrVal1": "09c6ea99-4ccc-4d32-bd99-25eff6dff182",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "c0d4a7a9-3efe-4477-9f0f-0be37d41d9f6",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "52cdc7e2-3072-4730-a6f6-a4876a5fc590",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]