Mail Check
Mail Checks
Create multiple mail checks in one single request.
POST
/
mailchecks
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
An array of mail check attributes.
Value is true
if sending mail to custom address. Defaults to false
.
Must be a custom 'from' address ID. Required if isShippingToCustomAddress
is true
.
Must be a custom 'to' address ID. Required if isShippingToCustomAddress
is true
.
Must be a valid custom shipping type ID. Required if isShippingToCustomAddress
is true
.