Hi Team,
I am trying to sync note_attributes value through mapping but it is taking first attribute value and I want to have second attribute value. Can anyone please suggest how we can achieve this, please find details info below:
- note_attributes value in Shopify order json (shared full order json in attached text file).
"note_attributes": :
{
"name": "Language",
"value": "en"
},
{
"name": "PO #",
"value": "PO number test"
}
]
- Mapping used in Acumatica to sync the value under Customer Order Number field.
- Getting first attribute value but want to have second attribute (PO value.