When you create a package, your package is in the DRAFT stage. In DRAFT stage, you can still edit your package information. Once you want our team to pick up your package to your customer, you need to make a pickup request. Expected pickup is 30 minutes to 1.5 hours based on availability and on how close is your location to our hub.
POST /v1/packages/request_pickup
{
"package_ids": [635431, 635432],
}
JSON Response
{ "data": { "success": true } }
Fields | Description |
---|---|
package_ids (*) | Package ID in Array |
schedule_at | Schedule Pickup |
Sometimes, you do not want our team to pick up instantly after you request pickup, you can make a schedule by using the schedule_at
option.
POST /v1/packages/request_pickup
{
"package_ids": [635431, 635432],
"schedule_at": "2021-01-01 08:00:00"
}
Note: Setting the schedule at does not mean our team will pick up your package at exactly specified. The
schedule_at
means that at this specified time, it will show to our delivery team. Our delivery team needs 30 minutes to 1.5 hours for preparing to pickup your package.