E-Ticaret

jsonld

3 uç · /api/shop/v1/jsonld

İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 3 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.

GET/api/shop/v1/storefront/jsonld/organization

Organization jsonld

Oturum
İstek
curl -X GET "https://{slug}.shop.blesyum.app/api/shop/v1/storefront/jsonld/organization" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
GET/api/shop/v1/storefront/jsonld/product/{handle}

Product jsonld

OturumYol parametresi: handle
İstek
curl -X GET "https://{slug}.shop.blesyum.app/api/shop/v1/storefront/jsonld/product/<handle>" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
GET/api/shop/v1/storefront/jsonld/website

TF12 BLE-4925: WebSite JSON-LD + SearchAction (sitelinks-searchbox); URL şablonu istek

Oturum

host'undan türetilir.

İstek
curl -X GET "https://{slug}.shop.blesyum.app/api/shop/v1/storefront/jsonld/website" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
Bu sayfa işine yaradı mı?