get
https://api.loopsubscriptions.com/storefront/2026-04/bundle//translation
Retrieves the translated UI strings for a bundle in a specific locale, so you can localize your custom bundle experience.
Auth: Storefront-callable (no token).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | The Bundle ID. |
locale | query | string | Yes | ISO locale code, e.g. en, hi, de, fr. |
Response
data is an array of { key, name, value }:
key— stable identifier for the UI string (use this in your code).name— the label of the string in the Loop admin.value— the translated string for the requested locale. Some values contain placeholders like{{value}},{{currency}},{{count}},{{total}}- substitute these at render time.