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": "6979de2a-dc2e-489f-9246-9ec3bb010825",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "a9be1569-5567-4d2b-a0dd-68facf67f785",
"AttributeI": "9698a242-778d-453c-ba17-6dd9b074f698",
"AttributeII": "fc6d8cb9-a2dc-4673-aad3-dd8afbe0339b",
"AttributeIII": "6276544f-8539-493a-85b3-ebea7927b872",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "adbc4912-c698-47cf-a319-11c3c8d5f6b0",
"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": "1185ea34-f576-4ecd-a2dd-ea83b0dffd7b",
"ProductName": "sample string 3",
"AttrVal1": "b2d5dbf5-6c9a-49d9-9754-bc67b907c0a4",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "1c368c62-5632-4bf6-ab9a-b181ddeac45c",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "ad952366-08b1-4b5b-8025-8059187b8700",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
},
{
"ProductCode": "sample string 1",
"SKU": "1185ea34-f576-4ecd-a2dd-ea83b0dffd7b",
"ProductName": "sample string 3",
"AttrVal1": "b2d5dbf5-6c9a-49d9-9754-bc67b907c0a4",
"AttrVal1Desc": "sample string 5",
"AttrVal2": "1c368c62-5632-4bf6-ab9a-b181ddeac45c",
"AttrVal2Desc": "sample string 7",
"AttrVal3": "ad952366-08b1-4b5b-8025-8059187b8700",
"AttrVal3Desc": "sample string 9",
"LocName": "sample string 10",
"InventorySumQty": 11,
"ReservedSumQty": 12,
"SalesSumQty": 13,
"ImgPath": "sample string 14"
}
]