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": "868f92c2-5a18-40fa-845b-32634b4629c2",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "dc8f2205-06ed-4328-98e5-0ae18a22683b",
"AttributeI": "ec96660a-5620-461d-924a-3651c9b594e1",
"AttributeII": "c58e86f1-2643-4297-91d7-08072bf79fcb",
"AttributeIII": "8ae2afbb-6831-4514-86cf-4b9564ec9a01",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "fc74cef8-6a5a-4cb5-b520-b2887f8f2376",
"Page": 10,
"PageSize": 11,
"Offset": 99,
"SortName": "sample string 12",
"SortOrder": "sample string 13"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "3046d4ae-78f4-4334-9002-5bc1c49264aa",
"ProductName": "sample string 3",
"AttrVal1": "10a3de14-100f-44c3-85ea-e7edae3f2f5a",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "1ce92189-9a85-4154-a59f-8152f0856321",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "113b04f5-95c1-4812-b91c-27441a73fcde",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "3046d4ae-78f4-4334-9002-5bc1c49264aa",
"ProductName": "sample string 3",
"AttrVal1": "10a3de14-100f-44c3-85ea-e7edae3f2f5a",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "1ce92189-9a85-4154-a59f-8152f0856321",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "113b04f5-95c1-4812-b91c-27441a73fcde",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]