Home Delivery Order flow:
- Create order using Order method with ServiceId = 1.
- Update Handover status when handing packet to courier (optional) using Update Status
- Get label using Label Service
- Track until status is Final using Track Service
Locker / PUDO Delivery Order flow:
- Get Innoship Locker / Pudo id using GetFixedLocations method from Location Service
- Create order using Order and put in AddressTo.FixedLocationId obtained in step 1 and serviceId to match Fixed Location Type.
- Update Handover status when handing packet to courier (optional) using Update Status
- Get label using Label Service
- Track until status is Final using Track Service