Przejdź do głównej zawartości

DigitalDownloadLinkPayload

Result of issuing a download link for digital content.

type DigitalDownloadLinkPayload {
link: DigitalDownloadLink
userErrors: [UserError!]!
}

Fields

The link. Null when the request failed with the errors listed in userErrors.

DigitalDownloadLinkPayload.userErrors ● [UserError!]! non-null object

Errors to display to the buyer.

Returned By

digitalDownloadLinkCreate mutation