Bundle Offers
Get Bundle Offer
Retrieves a specific bundle offer.
get/v1/shops/{shopId}/bundle-offers/{offerId}
Response
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.