Post

Replies

Boosts

Views

Activity

Reply to Creating Advanced AppClip Experiences Via API
I had the same issue and spent lots of time figuring it out. Here's what currently works for me: // data field data.relationships.localizations.data.0.id = 'EN' data.relationships.localizations.data.0.type = 'appClipAdvancedExperienceLocalizations' // included field included.0.id = 'EN' included.0.type = 'appClipAdvancedExperienceLocalizations' included.0.attributes.title = String included.0.attributes.subtitle = String included.0.attributes.language = EN
Jun ’25