List global offers

Lists the global insurance or services offers for your store. Global offers are available offers at the store level, not tied to a single product or product category.

Returns

Returns an array of offer objects, and the associated locale object, and raises an error otherwise.

{
  "offers":[
    {
      "id": "23235424-4a35-43bd-bb6a-f67d01d5790e",
      "object": "offer",
      "coverage": ["theft"],
      "coverage_id": "3",
      "currency": "EUR",
      "required_products": "any",
      "payment_type": "subscription",
      "recurring_interval": "month",
      "policy_id": "7f3baf0f-5282-4381-961b-4a8dcb056990",
      "price": 1000,
      "total_price": 12000,
      "annualized_price": 12000,
      "term": 12
    }
  ],
  "locale": {
      "object": "locale",
      ...
  }
}
Language