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
Order ID of this purchase
fabric database objectId of the promotion to redeem, received from promotion structure
Email address of the user who redeem the promotion
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
Response
fabric internal ID
Creation date of the record
Email address of the user who redeem the coupon
Order ID of this purchase
promoCode of the coupon that is redeemed
fabric database objectId of the promotion to redeem
Last updated date of the record
ID of the user who redeem the coupon
Was this page helpful?