Apply a referral code to the user's cart
Referrals
Set Referral
Applies a referral code to the user’s cart if the referral code exists and is valid.
POST
Apply a referral code to the user's cart
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The referral code to be applied to the cart.
Example:
"ABC123"

