GET
/
api
/
v3
/
smartsend
/
recommendations

Required Auth Scopes

smartsend

Parameters

recipient_email
string
required

The email of the recipient.

price_lte_usd
integer

The maximum price of products in USD.

ship_to_country_code
string

The country codes to ship to.

Response

products
array
required

List of products in the marketplace

id
string
required

The product’s identifier.

name
string
required

The product’s name.

description
string
required

The product’s description.

interests
array<string>
required

List of interests based on which the product was recommended.

variants
array
required

List of product variants

id
string
required

The variant’s identifier.

estimated_total_price
object
required
currency
string
required

The currency of the price.

price_per_unit
string
required

The price per unit.

images
array
required

List of images

url
string
required

The image’s URL.

cdn_main
object
required
url
string
required

The main image’s URL on a CDN (recommended).

cdn_thumbnail
object
required
url
string
required

The thumbnail image’s URL on a CDN.