curl -X POST "https://staging-api.loyalty.lt/en/shop/coupons/redeem" \ -H "X-API-Key: your_api_key" \ -H "X-API-Secret: your_api_secret" \ -H "Content-Type: application/json" \ -d '{ "coupon_id": 123, "shop_id": 1, "selected_product_id": 456 }'
{ "success": true, "message": "Coupon redeemed successfully", "data": { "coupon_id": 123, "redeemed_at": "2025-01-15T14:30:00Z", "shop_id": 1 } }
Redeem a coupon at a shop (Partner API)
Show data