HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

createDigitalAccessKey

Sends a buyer a message to share a digital access key that is required to utilize digital content in their order.

Usage Plan:

Rate (requests per second)Burst
15

The x-amzn-RateLimit-Limit response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.

Path Params
string
required

An Amazon order identifier. This identifies the order for which a message is sent.

Query Params
marketplaceIds
array of strings
required
length ≤ 1

A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.

marketplaceIds*
Body Params

This contains the message body for a message.

string
length between 1 and 400

The text that is sent to the buyer. Only links that are related to the digital access key are allowed. Do not include HTML or email addresses. The text must be written in the buyer's preferred language, which you can retrieve from the GetAttributes operation.

attachments
array of objects

Attachments that you want to include in the message to the buyer.

attachments
Responses

Response body
object
errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language