Graphql fields and variables for the platform query
Last updated 8 months ago
Was this helpful?
Scope required: product:read
For a complete list of possible response fields see the type.
query platform ($id: ID, $code: String, $format: String) { platform (id: $id, code: $code, format: $format) { checkoutValidationEnabled code id name provisioningEnabled webhookAuthToken webhookSigningKey webhookUrl } }
id
ID
code
String
format