POST/api/shop/v1/admin/reco/runRunOturumcURLJavaScriptPythonİstekcurl -X POST "https://{slug}.shop.blesyum.app/api/shop/v1/admin/reco/run" \ -H "Authorization: Bearer <oturum-token>" \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }
GET/api/shop/v1/storefront/reco/{product_id}RecoOturumYol parametresi: product_idcURLJavaScriptPythonİstekcurl -X GET "https://{slug}.shop.blesyum.app/api/shop/v1/storefront/reco/<product_id>" \ -H "Authorization: Bearer <oturum-token>" \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }
POST/api/shop/v1/storefront/reco/eventsEventOturumcURLJavaScriptPythonİstekcurl -X POST "https://{slug}.shop.blesyum.app/api/shop/v1/storefront/reco/events" \ -H "Authorization: Bearer <oturum-token>" \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }
GET/api/shop/v1/storefront/reco/personalPersonalOturumcURLJavaScriptPythonİstekcurl -X GET "https://{slug}.shop.blesyum.app/api/shop/v1/storefront/reco/personal" \ -H "Authorization: Bearer <oturum-token>" \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }