POST/api/shop/v1/admin/price-alerts/mark-notifiedMarkOturumcURLJavaScriptPythonİstekcurl -X POST "https://{slug}.shop.blesyum.app/api/shop/v1/admin/price-alerts/mark-notified" \ -H "Authorization: Bearer <oturum-token>" \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }
GET/api/shop/v1/admin/price-alerts/pendingPendingOturumcURLJavaScriptPythonİstekcurl -X GET "https://{slug}.shop.blesyum.app/api/shop/v1/admin/price-alerts/pending" \ -H "Authorization: Bearer <oturum-token>" \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }
POST/api/shop/v1/storefront/price-alertsSubscribeOturumcURLJavaScriptPythonİstekcurl -X POST "https://{slug}.shop.blesyum.app/api/shop/v1/storefront/price-alerts" \ -H "Authorization: Bearer <oturum-token>" \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }