Meta

Meta data object.

code
number
required
Default:
20000
Example:
20000
type
string
required
>= 1 characters
message
string
required
>= 1 characters
errors
Error

Each error object contains a "path" key and an "info" key. The "path" is the JSON path of the request object to indicate the error location. The "info" is a human-readable description of the error.

Example:
{"path":"data.shipment.ship_from.country","info":"data.shipment.ship_from.country is a required property"}
path
string

The json path of the request object to indicate the error location

Example:
account.email
info
string

A human-readable description of the error.

Example:
account.email is invalid
Example
preparing...