MiB

Translations

Fetch merged translations for storefront UI.

GET /translations?locale=en&type=theme

Authentication is required. Responses include cache headers.

Response

{
  "locale": "en",
  "type": "theme",
  "translations": {
    "wishlist.title": "Wishlist",
    "wishlist.heading": "Wishlist",
    "wishlist.emptyTitle": "Your wishlist is empty",
    "wishlist.emptySubtitle": "Start adding your favorite items to easily find them later."
  }
}

Parameters

FieldTypeRequiredDescription
localestringnoDefaults to en.
typestringnotheme, app, emails. Defaults to theme.

On this page