platform-transfers
POST /v1/platform-transfers/quote
Price a transfer without buying it.
Kimlik Doğrulama
Bearer token olarak bir API anahtarı gönderin. Anahtar billing.view iznine sahip olmalıdır; bu izne sahip olmayan bir anahtar 404 ile değil, 403 ile reddedilir.
Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.
Dene
Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.
curl -X POST https://api.zinndigital.com/v1/platform-transfers/quote \
-H "Authorization: Bearer zdk_live_…" \
-H "Content-Type: application/json" \
-d '{ "source_platform": <string>, "target_platform": <string>, "entity_count": <integer> }'Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın
Ayrıntılar
The tier a given move would be sold at, chosen as the cheapest whose entity bound covers the store. Creates nothing and charges nothing. Requires `billing.view`.
İstek gövdesi
| Ad | Tür | Zorunlu | Ne olduğu |
|---|---|---|---|
source_platform | string | Evet | — |
target_platform | string | Evet | — |
entity_count | integer | Evet | Products + customers + orders + posts, as the customer estimates them. |
Yanıt
| Ad | Tür | Zorunlu | Ne olduğu |
|---|---|---|---|
tier_code | string | Evet | — |
tier_name | string | Evet | — |
price_amount_minor | integer | Evet | — |
currency | string | Evet | — |
sla_business_days | integer | Evet | — |
max_entities | object | Hayır | — |
Bu uç noktanın dönderebileceği hatalar
401 · 403 · 422 · 429