Skip to main content
Version: 3.x

DigitalContentInput

No description

input DigitalContentInput {
useDefaultSettings: Boolean!
maxDownloads: Int
urlValidDays: Int
automaticFulfillment: Boolean
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
}

Fields

DigitalContentInput.useDefaultSettings ● Boolean! non-null scalar

Use default digital content settings for this product.

DigitalContentInput.maxDownloads ● Int scalar

Determines how many times a download link can be accessed by a customer.

DigitalContentInput.urlValidDays ● Int scalar

Determines for how many days a download link is active since it was generated.

DigitalContentInput.automaticFulfillment ● Boolean scalar

Overwrite default automatic_fulfillment setting for variant.

DigitalContentInput.metadata ● [MetadataInput!] list input

Fields required to update the digital content metadata.

Added in Saleor 3.8

DigitalContentInput.privateMetadata ● [MetadataInput!] list input

Fields required to update the digital content private metadata.

Added in Saleor 3.8

Member of

digitalContentUpdate mutation


Was this page helpful?