DigitalContentInput Input Type
No description
input DigitalContentInput {
useDefaultSettings: Boolean!
maxDownloads: Int
urlValidDays: Int
automaticFulfillment: Boolean
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
}
Fields
useDefaultSettings ● Boolean!
Use default digital content settings for this product.
maxDownloads ● Int
Determines how many times a download link can be accessed by a customer.
urlValidDays ● Int
Determines for how many days a download link is active since it was generated.
automaticFulfillment ● Boolean
Overwrite default automatic_fulfillment setting for variant.
metadata ● [MetadataInput!]
Fields required to update the digital content metadata. Can be read by any API client authorized to read the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.
privateMetadata ● [MetadataInput!]
Fields required to update the digital content private metadata. Requires permissions to modify and to read the metadata of the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.
Member Of
digitalContentUpdate mutation