Fields
Dimension and Weight
These are required fields on Grab APIs in which we set a default value if user input is 0 or if field is 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) |
Notes
Grab’s Dimension units are in centimeters and grams.
Inches and Kg units will be converted before sending to Grab APIs, 1in = 2.54cm, 1kg = 1000g
Units are also rounded up as Grab APIs wont accept dimension values with decimals.