Bundle Offers

Get Bundle Offer

Retrieves a specific bundle offer.

get/v1/shops/{shopId}/bundle-offers/{offerId}

Response

idinteger
shop_idinteger
namestring
typestring
discountstring
max_uses_per_cartstring
priorityinteger
starts_atstring
ends_atstring
enabledboolean
created_atstring
updated_atstring

Example response

{
  "id": 1,
  "shop_id": 1,
  "name": "Starter Bundle",
  "type": "percentage",
  "discount": "15.00",
  "max_uses_per_cart": null,
  "priority": 0,
  "starts_at": null,
  "ends_at": null,
  "enabled": true,
  "created_at": "2026-08-28T18:23:02.000000Z",
  "updated_at": "2026-08-28T18:23:02.000000Z",
  "items": []
}

Changes

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