Home Delivery Order flow:

  1. Create order using Order method with ServiceId = 1.
  2. Update Handover status when handing packet to courier (optional) using Update Status
  3. Get label using Label Service
  4. Track until status is Final using Track Service


Locker / PUDO Delivery Order flow:

  1. Get Innoship Locker / Pudo id  using GetFixedLocations method from Location Service
  2. Create order using Order and put in AddressTo.FixedLocationId obtained in step 1 and serviceId to match Fixed Location Type.
  3. Update Handover status when handing packet to courier (optional) using Update Status
  4. Get label using Label Service
  5. Track until status is Final using Track Service