Packages

Update locale strings for a Package

Sets the localised name, description, meta_title and/or meta_description for the given locale. Pass null to clear a translation and fall back to the default value.

put/shop/packages/{packageId}/locale-strings/{locale}

Request body

namestring nullable

The localised name for this package in the given locale.

descriptionstring nullable

The localised description for this package in the given locale.

meta_titlestring nullable

The localised meta title for this package in the given locale.

meta_descriptionstring nullable

The localised meta description for this package in the given locale.

Example request

{
  "name": "5-Class Pack",
  "description": "A bundle of 5 classes at a discounted rate.",
  "meta_title": "5-Class Pack | Buy Now",
  "meta_description": "Save with our 5-class pack and enjoy flexible booking across our services."
}

Response

The locale strings for the package were successfully updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.