Create redemption
Enables you to create a redemption record
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Body
fabric database objectId of the promotion to redeem, received from promotion structure
Order ID of this purchase
promoCode of the coupon that is redeemed, could be null if no promoCode available
ID of the user who redeem the promotion, could be null if no user ID available
Email address of the user who redeem the promotion
Response
fabric internal ID
fabric database objectId of the promotion to redeem
promoCode of the coupon that is redeemed
ID of the user who redeem the coupon
Email address of the user who redeem the coupon
Order ID of this purchase
Creation date of the record
Last updated date of the record
Was this page helpful?