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": "92987993-d30e-4d3e-8421-2b8e5475b3cb",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "bf36f010-e936-4c2a-bffe-4bae55f31c1c",
"AttributeI": "9d953c74-7e98-4ccd-b096-ee135a15f47a",
"AttributeII": "9bddfa1f-dcee-42dc-9433-f1052e72cf4f",
"AttributeIII": "b94f5650-7dfd-4345-a65f-52577176a232",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "a4753cc7-3c4c-4c42-bc9b-2ae351ac5724",
"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": "5ac27328-f652-4a3a-8a71-c775d3e3b80e",
"ProductName": "sample string 3",
"AttrVal1": "13282733-8fb4-453e-9691-5adec9652004",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "08f9916c-53fe-4df4-86bb-8e6b73e203e2",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "b7b845f3-9cc7-4f5d-9d8b-f278cdf8d676",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "5ac27328-f652-4a3a-8a71-c775d3e3b80e",
"ProductName": "sample string 3",
"AttrVal1": "13282733-8fb4-453e-9691-5adec9652004",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "08f9916c-53fe-4df4-86bb-8e6b73e203e2",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "b7b845f3-9cc7-4f5d-9d8b-f278cdf8d676",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]