Required Fields
Pickup Address
Field Name | Grab Field Equivalent | Data Type | Description |
---|---|---|---|
Pickup Address | origin.address | string | Pickup Address street name |
Latitude | origin.coordinates.lat | number | Pickup Latitude |
Longitude | origin.coordinates.long | number | Pickup Longitude |
Delivery Address
Field Name | Grab Field Equivalent | Data Type | Description |
---|---|---|---|
Delivery Address | destination.address | string | Delivery Address street name |
Latitude | origin.coordinates.lat | number | Delivery Latitude |
Longitude | origin.coordinates.long | number | Delivery Longitude |
Dimension and Weight
Info |
---|
These are required fields on Grab APIs in which we set a default value if user input is 0 or if field is left unfilled. |
Field | Default Value (if field is left unfilled or is 0) | Max Value (Will throw an error if value reached beyond max value) |
---|---|---|
Depth | 35 (cm) | 40 (cm) |
Width | 35 (cm) | 40 (cm) |
Height | 25 (cm) | 32 (cm) |
Weight | 5000 (g) | 20000 (g) |
...