Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Fields

Notes

  • Fields marked with asterisk (*) are required fields

Meta Fields

Field Name

Description

Accepted Values

Default Values

mrSpeedyVehicle

type of vehicle to be used for delivery

7 (Car)

8 (Motorbike)

8

motoboxRequired

Whether or not to use a motobox

“true”

“false”

“true”

  • Weight must be a number and must not exceed 300.

  • As per MrSpeedy Tariffs, You can create an order/post with weight up to 750kg. However this can only be done thru their own website. When using their API, creating orders with weight greater than 300 will return an error.

  • Buyout Amount for MrSpeedy is always equal to the COD amount of the delivery

  • The default value for weight is 5kg.

  • In mrSpeedyVehicle, the maximum weight for Motorbike is 20kg, Selecting Motorbike and setting the weight greater than 20kg will result in MrSpeedy’s API changing the vehicle set for the order.

  • The maximum value for insurance amount (Declared Item price) for MrSpeedy is P10000.00. It means that insurance greater than P10000.00 (P10001.00 and up) would automatically cancel the post.

  • The maximum value for COD Amount for MrSpeedy is P10000.00. It means that COD amount greater than P10000.00 (P10001.00 and up) would automatically cancel the post.

  • The maximum amount for buyout_amount is 1,500.00.

Sample Create Post Meta Fields Body

"metaFields": {
  "mrSpeedyVehicle": 7,
  "motoboxRequired": "true",
}


  • No labels