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