For the complete documentation index, see llms.txt. This page is also available as Markdown.

Validations (Core)

Validate properties accepted by fulfillmenttools.

Validate postal code

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

PostalCodeValidation

countrystringRequired

Country in Format [A-Z]{2}

Example: DE
postalCodestringRequired

Postal code for validation

Example: 50667
Responses
200

The given postal code is valid for the given country

No content

post/api/validations/postalcodes

No content

Last updated