Validate an order
Orders
Validate an order
Validate an order
POST
Validate an order
This endpoint validates
For Mexico the pattern is 13 characters (4 letters followed by 6 digits and 3 alphanumeric characters).
For China, Italy, and South Korea there is no validation run on the taxNumber field.
- The province is correct for the provided country
- The variants can be shipped to the provided country
- The phone number is valid
- The zip code is valid
- The taxNumber field
- It is supposed to be there for the provided country
- It is formatted correctly and passes regex validation
Tax number
For Brazil, Mexico, China, Italy, and South Korea you must pass in an additional taxNumber field. For Brazil the tax number field must pass regex validation as followsCustomAttributes
Custom attribute field is deprecated. Please use the taxNumber field insteadAuthorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
object | null
Default Response

