Planned Release Date: 10/21 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 21st of October, 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/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
~/en/api/IntegrationApi/WarehouseOrderShipmentInfoSearch
~/en/api/IntegrationApi/WarehouseTaskProcessingSearch
Also, we are making changes to the below methods.
- The CompanyName, LP and Location parameters will be added to the ~/en/api/IntegrationApi/InsertShipmentOrder method. You can use these filters while inserting your orders on Logiwa.
- A new method called ~/en/api/IntegrationApi/ShipShipmentOrder will be added to our endpoints. You can ship your orders by using this method!