POST Api/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": "eef102eb-fb4b-4b76-a9bc-1c55950122d8",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "46894ac2-76f3-4bbb-877c-2e7ee668594a",
"AttributeI": "659b2aea-9194-47ea-87c3-afb3930e7397",
"AttributeII": "05e77e04-7bed-4c42-bf1f-085e99fff1b2",
"AttributeIII": "41276ded-8039-4682-b9ba-a2dfb3820c17",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "b2fd54ca-fa06-4b5a-b553-dd397391cc2b",
"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": "b5a12785-9f7e-4055-961e-cd66858ee2a9",
"ProductName": "sample string 3",
"AttrVal1": "0c9f8d6f-ab19-4c25-aa45-a88a96882e52",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "001cb246-ace0-4617-8aa8-2ceaba00a49d",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "8433fa6c-3045-4e5e-bd2e-0fe34c7810fa",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "b5a12785-9f7e-4055-961e-cd66858ee2a9",
"ProductName": "sample string 3",
"AttrVal1": "0c9f8d6f-ab19-4c25-aa45-a88a96882e52",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "001cb246-ace0-4617-8aa8-2ceaba00a49d",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "8433fa6c-3045-4e5e-bd2e-0fe34c7810fa",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]