Skip to main content
idStringid of the delivery
provider"store" | "uberDirect" | "chaskis"
statusDelivery Status
deliveryAddressAddress
etaTimeStringISO format in the timezone of the location
collectionCodeStringCollection code of the order. Not used for the moment
trackingUrlStringURL to track the order
feesPrice
courierCourier

Delivery Status

  • pending
  • assigned
  • pickup_imminent
  • en_route
  • dropoff_imminent
  • delivered
  • cancelled
  • failed

Courier

id: string;
name: string;
phone?: string;
imageUrl?: string;
latitude?: number;
longitude?: number;
vehicleType?: string;
vehicleLicensePlate?: string;
vehicleColor?: string;
vehicleModel?: string;
locationDescription?: string;
rating?: string;