Release Date: 09/23 02:00 AM CST
We are adding pagination to our Search methods. Please make sure to adjust your methods accordingly if needed.
Paging parameters are not mandatory to use but since they are already available on the methods you can work on the changes.
With the changes taking place:
- PageSize and SelectedPageIndex parameters will have default values unless these fields are supplied in the API request. The default PageSize will be set as 200, and the default SelectedPageIndex will be 1. Therefore, you will receive the first 200 lines on the response if you don't implement any changes
- If you are using the below methods with OrderCode or ItemCode filters which only returns 1 record, you will not need to do anything
Effective from 23th of September, above mentioned rules will be applicable on the below methods:
To find the sample requests, please check out http://developer.logiwa.com/
~/en/api/IntegrationApi/WarehouseOrderSearch
~/en/api/IntegrationApi/ShipmentReportSerialSearch
~/en/api/IntegrationApi/AvailableToPromiseReportSearch
~/en/api/IntegrationApi/TransactionHistoryReportSearch
~/en/api/IntegrationApi/InventoryItemSearch
~/en/api/IntegrationApi/ListingInventoryReport
~/en/api/IntegrationApi/InventoryItemItemChannelIDsSearch
~/en/api/IntegrationApi/ShipmentInfoSearch
~/en/api/IntegrationApi/WarehouseOrderStatusReportSearch
~/en/api/IntegrationApi/StockDamagedUndamagedReportSearch
~/en/api/IntegrationApi/WarehouseOrderDetailKitSearch
~/en/api/IntegrationApi/GetAvailableStockInfo
~/en/api/IntegrationApi/ShipmentReportAllSearch
Effective from 21th of October, above mentioned rules will be applicable on the below methods:
~/en/api/IntegrationApi/WarehouseReceiptSearch
~/en/api/IntegrationApi/InventoryItemItemChannelIDsSearch
~/en/api/IntegrationApi/WarehouseOrderStatusReportSearch
~/en/api/IntegrationApi/WarehouseOrderDetailKitSearch
~/en/api/IntegrationApi/GetAvailableStockInfo
~/en/api/IntegrationApi/KitInventoryReport
~/en/api/IntegrationApi/PurchaseOrderSearch
~/en/api/IntegrationApi/WarehouseContractBillingReport