1

Getting the order information from API Logistics.

(26/04/2021 22:26:52 отредактировано orlo_26)

Тема: Getting the order information from API Logistics.

Hi everyone, hope you are having a great day!

I have been working on API Logistics. I am able to create/update/delete orders following this documentation: https://sdk.wialon.com/wiki/en/sidebar/ … rder/order

But I am having problems getting the full information of one specific order. For example. I want to get the order status, and if it is confirmed, I need to get the comment and maybe time of arrival.

I am not able to see how to do this from this URL: https://sdk.wialon.com/wiki/en/sidebar/ … rder/order

I have tried following this documentation: https://sdk.wialon.com/wiki/en/sidebar/ … earch_item

svc=core/search_item&
params={"id":<long>,"flags":<long>}   <---- I added the ID if the order on "id" param, and 524288 on flags param.

But the above example is not working, I get Error #7.

Could somebody help me with this please? I just need to get the full information of one specific order already created.

2

Getting the order information from API Logistics.

Re: Getting the order information from API Logistics.

Ok I think this can be resolved with the following posts:

https://forum.gurtam.com/viewtopic.php?id=17566

https://forum.gurtam.com/viewtopic.php?id=18254