Create a gift card recipient

POST https://{{subdomain}}.commercelayer.io/api/gift_card_recipients

Request Body

{"data"=>{"type"=>"gift_card_recipients", "attributes"=>{"email"=>"{{gift_card_recipient_email}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"data":{"id":"xYZkjABcde","type":"gift_card_recipients","links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde"},"attributes":{"email":"john@example.com","first_name":"John","last_name":"Smith","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"customer":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/customer","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/customer"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}