platform-transfers
POST /v1/platform-transfers/quote
Price a transfer without buying it.
Authenticatie
Stuur een API-sleutel mee als bearer token. De sleutel moet over de permissie billing.view beschikken; een sleutel zonder deze permissie wordt geweigerd met een 403 in plaats van een 404.
Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.
Probeer het
Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.
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> }'Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console
Details
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`.
Aanvraaglichaam
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
source_platform | string | Ja | — |
target_platform | string | Ja | — |
entity_count | integer | Ja | Products + customers + orders + posts, as the customer estimates them. |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
tier_code | string | Ja | — |
tier_name | string | Ja | — |
price_amount_minor | integer | Ja | — |
currency | string | Ja | — |
sla_business_days | integer | Ja | — |
max_entities | object | Nee | — |
Fouten die dit eindpunt kan retourneren
401 · 403 · 422 · 429