8 uç · /api/b2b/v1/ext
İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 8 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.
idcurl -X GET "https://{slug}.b2b.blesyum.app/api/b2b/v1/ext/dealers/<id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}Scope: `b2b:installation.read`.
curl -X GET "https://{slug}.b2b.blesyum.app/api/b2b/v1/ext/installation" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X GET "https://{slug}.b2b.blesyum.app/api/b2b/v1/ext/marketplace/apps" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idTeslim adresi burada döner, listede DÖNMEZ: kargo eklentisinin ihtiyacı tek siparişte olur ve adres bir kişisel veridir — toplu listede dağıtmak veri asgariliğine aykırı olurdu.
curl -X GET "https://{slug}.b2b.blesyum.app/api/b2b/v1/ext/orders/<id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idcurl -X GET "https://{slug}.b2b.blesyum.app/api/b2b/v1/ext/products/<id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}