Allowlist
Create Allowlist Item
Create an allowlist entry.
Required API key scope
- Orders
POST
Authorizations
Body
application/json
The allowed value. Returns made using this value will override any other return ineligibility.
Example:
"example@example.com"
The type of value allowed by this allowlist entry.
Available options:
order
, product
, email
, product_tag
Example:
"email"
This value is not used.
Example:
"example.2@example.com"
Response
200
application/json
Success
The unique identifier associated with the allowlist entry.
Example:
1
The type of value allowed by this allowlist entry. order
is the order number of the allowed order and email
is the customer's email address.
Available options:
order
, email
The allowed value. Returns made using this value will override any other return ineligibility.
Example:
"example@example.com"
This value is not used.
Example:
"example.2@example.com"