Authorizations
Body
Name of the merchant.
"Amazon"
Street address of the merchant.
"123 Main St"
City where the merchant is located.
"New York"
Region or state where the merchant is located.
"NY"
Country where the merchant is located.
"USA"
Postal code of the merchant's location.
"10001"
Your ID for this request. Optional.
"request_id_123456789"
Latitude of the merchant's location.
37.774929
Longitude of the merchant's location.
-90.412702
Website of the merchant.
"https://www.amazon.com"
A dictionary containing custom attributes that you would like to be returned in the response.
Please ensure this object does not contain any PII.
Restrictions include: customAttributes
must be an object, up 30 custom attributes are allowed, each key must be a string <= 40 characters in length, and each value must be a string <= 250 characters in length.
{
"custom_attribute_1": "value_1",
"custom_attribute_2": "value_2"
}
Response
Successful operation
Your ID for this request. null
if not provided in the request.
A dictionary containing the custom attributes that were included in the enrichment request (if any).
{
"custom_attribute_1": "value_1",
"custom_attribute_2": "value_2"
}