This information is regarding parameters for the Delivery Quotations and Delivery Orders endpoints:

delivery_type:

There are four different delivery types you can choose for your order

  • instant
    • Deliver within the next 1-2 hours
    • Available for orders with pick-up time between 8 am-10 pm
  • speed
    • Deliver within the next 4 hours
    • Available for orders with pick-up time between 8 am-8 pm
  • same_day_day
    • Deliver by 6 pm
    • Available for orders with pick-up time between 8 am-11 am
  • same_day_night
    • Deliver between 6 pm -10 pm
    • Available for orders with pick-up time between 8 am-4 pm

schedule_at:

The schedule needs to be an Integer. For instant delivery orders, we recommend you add 1 minute to the current time. Submitting the current time may return an invalid param error if the time would become invalid by the time code executes.

Selecting a pickup time

  • 8 am is the earliest schedulable pickup time
  • 9:50 pm is the latest schedulable pickup time
  • If the pickup time is after 6 pm, a night charge will apply
  • If the current time is earlier than 8 am, then 8 am same day will be the earliest available pickup time
  • If the current time is later than 7:50 pm, then 8 am the next day will be the earliest available pickup time
  • The pick-up date can be up to a week in advance

package information:

  • weight
    • 20 Kg or under
  • height/length/width
    • 120 cm or under for each side
    • 180 cm or under for the sum of all sides (height + length + width)

location:

  • only 1 destination per order is allowed