Validate an order
This endpoint validates
This endpoint does not currently check the validity of the address itself.
Phone number validation is done with libphonenumber-js.
Here is a demo page of the phone validation for further testing.
For Brazil, China, Italy, and South Korea you must pass in an additional taxNumber field. For Brazil the tax number field must pass regex validation as follows
For China, Italy, and South Korea there is no validation run on the taxNumber field.
Custom attribute field is deprecated. Please use the taxNumber field instead
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Default Response
The response is of type object
.
The response is of type object
.
The response is of type null
.