Skip to main content
A referral is a record of a customer encouraging someone else to shop with the merchant, where both the customer and the other individual are rewarded for their actions.
id
integer

Unique identifier for the referral.

Example:

133577

receiver_customer
object

A nested Customer object representing the individual who is being referred. Only present after an order is placed using the referral coupon.

receiver_customer_email
string

The email address of the individual being referred.

Example:

"carmen@smile.io"

receiver_reward_fulfillment
object

A nested Reward Fulfillment object representing the reward that was issued to the individual who is being referred.

sender_customer
object

A nested Customer object representing the customer whose referral link was used to initiate the referral.

sender_reward_fulfillment
object

A nested Reward Fulfillment object representing the reward issued to the customer whose referral link was used to initiate the referral. Only present after the individual being referred places an order.

created_at
string<date-time>

The date and time when the referral was created.

Example:

"2025-04-04T20:15:27.893Z"

updated_at
string<date-time>

The date and time when the referral was last updated.

Example:

"2025-04-05T12:15:22.040Z"