How to send offer attributes in offer library api in AJO ? | Community
Skip to main content
New Participant
February 17, 2023
Solved

How to send offer attributes in offer library api in AJO ?

  • February 17, 2023
  • 2 replies
  • 1248 views

How to send offer attributes in offer library API in AJO

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by c2111

I think 

 

xdm:characteristics": {
"abc": "1234"
}

 

is the one to add for offer attributes.

2 replies

c2111AuthorAccepted solution
New Participant
February 17, 2023

I think 

 

xdm:characteristics": {
"abc": "1234"
}

 

is the one to add for offer attributes.

Anuhya-Y
New Participant
February 17, 2023
c2111Author
New Participant
February 17, 2023

This is to deliver offers through decisions API, while creating offer through the API all the offer details were added as per https://experienceleague.adobe.com/docs/journey-optimizer/using/offer-decisioning/api-reference/offers-api/personalized-offers/create.html?lang=en

 

I also want to create offer attributes through the API , is that possible? If so what is the syntax?