Coupons

Retrieve locale strings for a Coupon

Returns the localised name and description for the given locale.

get/shop/coupons/{couponId}/locale-strings/{locale}

Response

The locale strings for the coupon were successfully retrieved.

Example response

{
  "data": {
    "name": "Free 30 minute massage",
    "description": "Enjoy a free 30 minute massage as a thanks for being a loyal member"
  }
}

Changes

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