Manifest
The manifest definition.
type Manifest {
identifier: String!
version: String!
name: String!
about: String
permissions: [Permission!]
appUrl: String
configurationUrl: String @deprecated
tokenTargetUrl: String
dataPrivacy: String @deprecated
dataPrivacyUrl: String
homepageUrl: String
supportUrl: String
extensions: [AppManifestExtension!]!
webhooks: [AppManifestWebhook!]!
audience: String
requiredSaleorVersion: AppManifestRequiredSaleorVersion
author: String
brand: AppManifestBrand
}
Fields
Manifest.identifier
● String!
non-null scalar
Manifest.version
● String!
non-null scalar
Manifest.name
● String!
non-null scalar
Manifest.about
● String
scalar
Manifest.permissions
● [Permission!]
list object
Manifest.appUrl
● String
scalar
Manifest.configurationUrl
● String
deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use
appUrl
instead.URL to iframe with the configuration for the app.
Manifest.tokenTargetUrl
● String
scalar
Manifest.dataPrivacy
● String
deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use
dataPrivacyUrl
instead.Description of the data privacy defined for this app.
Manifest.dataPrivacyUrl
● String
scalar
Manifest.homepageUrl
● String
scalar
Manifest.supportUrl
● String
scalar
Manifest.extensions
● [AppManifestExtension!]!
non-null object
Manifest.webhooks
● [AppManifestWebhook!]!
non-null object
List of the app's webhooks.
Added in Saleor 3.5
Manifest.audience
● String
scalar
The audience that will be included in all JWT tokens for the app.
Added in Saleor 3.8
Manifest.requiredSaleorVersion
● AppManifestRequiredSaleorVersion
object
Determines the app's required Saleor version as semver range.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
Manifest.author
● String
scalar
The App's author name.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
Manifest.brand
● AppManifestBrand
object
App's brand data.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
Member of
AppFetchManifest
object
Was this page helpful?