Messaging API v1 Reference
Build applications that send messages to buyers.
With the Messaging API you can build applications that send messages to buyers. You can get a list of message types that are available for an order that you specify, then call an operation that sends a message to the buyer for that order. The Messaging API returns responses that are formed according to the JSON Hypertext Application Language (HAL) standard.
Version information
Version : v1
Contact information
Contact : Selling Partner API Developer Support
Contact URL : https://sellercentral.amazon.com/gp/mws/contactus.html
License information
License : Apache License 2.0
License URL : http://www.apache.org/licenses/LICENSE-2.0
URI scheme
Host : sellingpartnerapi-na.amazon.com
Schemes : HTTPS
Consumes
application/json
Produces
application/hal+json
Operations
getMessagingActionsForOrder
confirmCustomizationDetails
createConfirmDeliveryDetails
createLegalDisclosure
createNegativeFeedbackRemoval
createConfirmOrderDetails
createConfirmServiceDetails
CreateAmazonMotors
CreateWarranty
GetAttributes
createDigitalAccessKey
createUnexpectedProblem
sendInvoice
Paths
GET /messaging/v1/orders/{amazonOrderId}
Operation: getMessagingActionsForOrder
Description
Returns a list of message types that are available for an order that you specify. A message type is represented by an actions object, which contains a path and query parameter(s). You can use the path and parameter(s) to call an operation that sends a message.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This specifies the order for which you want a list of available message types. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Returns hypermedia links under the _links.actions key that specify which messaging actions are allowed for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetMessagingActionsForOrderResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/confirmCustomizationDetails
Operation: confirmCustomizationDetails
Description
Sends a message asking a buyer to provide or verify customization details such as name spelling, images, initials, etc.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateConfirmCustomizationDetailsRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmCustomizationDetailsResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/confirmDeliveryDetails
Operation: createConfirmDeliveryDetails
Description
Sends a message to a buyer to arrange a delivery or to confirm contact information for making a delivery.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateConfirmDeliveryDetailsRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmDeliveryDetailsResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/legalDisclosure
Operation: createLegalDisclosure
Description
Sends a critical message that contains documents that a seller is legally obligated to provide to the buyer. This message should only be used to deliver documents that are required by law.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateLegalDisclosureRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The legal disclosure message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateLegalDisclosureResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/negativeFeedbackRemoval
Operation: createNegativeFeedbackRemoval
Description
Sends a non-critical message that asks a buyer to remove their negative feedback. This message should only be sent after the seller has resolved the buyer's problem.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The negativeFeedbackRemoval message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateNegativeFeedbackRemovalResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/confirmOrderDetails
Operation: createConfirmOrderDetails
Description
Sends a message to ask a buyer an order-related question prior to shipping their order.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateConfirmOrderDetailsRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmOrderDetailsResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/confirmServiceDetails
Operation: createConfirmServiceDetails
Description
Sends a message to contact a Home Service customer to arrange a service call or to gather information prior to a service call.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateConfirmServiceDetailsRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateConfirmServiceDetailsResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/amazonMotors
Operation: CreateAmazonMotors
Description
Sends a message to a buyer to provide details about an Amazon Motors order. This message can only be sent by Amazon Motors sellers.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateAmazonMotorsRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateAmazonMotorsResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/warranty
Operation: CreateWarranty
Description
Sends a message to a buyer to provide details about warranty information on a purchase in their order.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateWarrantyRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateWarrantyResponse |
GET /messaging/v1/orders/{amazonOrderId}/attributes
Operation: GetAttributes
Description
Returns a response containing attributes related to an order. This includes buyer preferences.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Response has successfully been returned. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAttributesResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/digitalAccessKey
Operation: createDigitalAccessKey
Description
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 |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateDigitalAccessKeyRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateDigitalAccessKeyResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/unexpectedProblem
Operation: createUnexpectedProblem
Description
Sends a critical message to a buyer that an unexpected problem was encountered affecting the completion of the order.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 5 |
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.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | CreateUnexpectedProblemRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
415 | The request payload is in an unsupported format. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateUnexpectedProblemResponse |
POST /messaging/v1/orders/{amazonOrderId}/messages/invoice
Operation: sendInvoice
Description
Sends a message providing the buyer an invoice
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | amazonOrderId required | An Amazon order identifier. This identifies the order for which a message is sent. | string |
Query | marketplaceIds required | A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace. Max count : 1 | < string > array |
Body | body required | This contains the message body for a message. | InvoiceRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
201 | The message was created for the order. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
403 | 403 can be caused for reasons like Access Denied, Unauthorized, Expired Token, Invalid Signature or Resource Not Found. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
413 | The request size exceeded the maximum accepted size. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
415 | The entity of the request is in a format not supported by the requested resource. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
500 | Encountered an unexpected condition which prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | InvoiceResponse |
Definitions
Attachment
Represents a file that was uploaded to a destination that was created by the Uploads API createUploadDestinationForResource
operation.
Name | Description | Schema |
---|---|---|
uploadDestinationId required | The identifier for the upload destination. To retrieve this value, call the Uploads API createUploadDestinationForResource operation. | string |
fileName required | The name of the file, including the extension. This is the file name that will appear in the message. This does not need to match the file name of the file that you uploaded. | string |
LinkObject
A Link object.
Name | Description | Schema |
---|---|---|
href required | A URI for this object. | string |
name optional | An identifier for this object. | string |
MessagingAction
A simple object containing the name of the template.
Name | Description | Schema |
---|---|---|
name required | The name of the template. | string |
Schema
A JSON schema document describing the expected payload of the action. This object can be validated against http://json-schema.org/draft-04/schema.
Type : object
GetMessagingActionsForOrderResponse
The response schema for the getMessagingActionsForOrder
operation.
Name | Description | Schema |
---|---|---|
_links optional | The links response that is associated with the specified amazonOrderId . | _links |
_embedded optional | The messaging actions response that is associated with the specified amazonOrderId . | _embedded |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
Name | Description | Schema |
---|---|---|
self required | - | LinkObject |
actions required | Eligible actions for the specified amazonOrderId. | < LinkObject > array |
Name | Schema |
---|---|
actions required | < GetMessagingActionResponse > array |
GetMessagingActionResponse
Describes a messaging action that can be taken for an order. Provides a JSON Hypertext Application Language (HAL) link to the JSON schema document that describes the expected input.
Name | Description | Schema |
---|---|---|
_links optional | The links response that is associated with the messaging action. | _links |
_embedded optional | The embedded response associated with the messaging action. | _embedded |
payload optional | A simple object containing the name of the template. | MessagingAction |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
Name | Schema |
---|---|
self required | LinkObject |
schema required | LinkObject |
Name | Schema |
---|---|
schema optional | GetSchemaResponse |
GetSchemaResponse
The GET
request schema response.
Name | Description | Schema |
---|---|---|
_links optional | The links response that is associated with the object. | _links |
payload optional | A JSON schema document describing the expected payload of the action. This object can be validated against http://json-schema.org/draft-04/schema. | Schema |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
Name | Schema |
---|---|
self required | LinkObject |
InvoiceRequest
The request schema for the sendInvoice
operation.
Name | Description | Schema |
---|---|---|
attachments optional | Attachments to include in the message to the buyer. | < Attachment > array |
InvoiceResponse
The response schema for the sendInvoice operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateConfirmCustomizationDetailsRequest
The request schema for the confirmCustomizationDetails operation.
Name | Description | Schema |
---|---|---|
text optional | The text to be sent to the buyer. Only links related to customization details are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. minLength : 1 maxLength : 800 | string |
attachments optional | Attachments to include in the message to the buyer. | < Attachment > array |
CreateConfirmCustomizationDetailsResponse
The response schema for the confirmCustomizationDetails operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateConfirmDeliveryDetailsRequest
The request schema for the createConfirmDeliveryDetails operation.
Name | Description | Schema |
---|---|---|
text optional | The text to be sent to the buyer. Only links related to order delivery are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. minLength : 1 maxLength : 2000 | string |
CreateConfirmDeliveryDetailsResponse
The response schema for the createConfirmDeliveryDetails operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateNegativeFeedbackRemovalResponse
The response schema for the createNegativeFeedbackRemoval operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateLegalDisclosureRequest
The request schema for the createLegalDisclosure operation.
Name | Description | Schema |
---|---|---|
attachments optional | Attachments to include in the message to the buyer. If any text is included in the attachment, the text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. | < Attachment > array |
CreateLegalDisclosureResponse
The response schema for the createLegalDisclosure operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateConfirmOrderDetailsRequest
The request schema for the createConfirmOrderDetails operation.
Name | Description | Schema |
---|---|---|
text optional | The text to be sent to the buyer. Only links related to order completion are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. minLength : 1 maxLength : 2000 | string |
CreateConfirmOrderDetailsResponse
The response schema for the createConfirmOrderDetails operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateConfirmServiceDetailsRequest
The request schema for the createConfirmServiceDetails operation.
Name | Description | Schema |
---|---|---|
text optional | The text to be sent to the buyer. Only links related to Home Service calls are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. minLength : 1 maxLength : 2000 | string |
CreateConfirmServiceDetailsResponse
The response schema for the createConfirmServiceDetails operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateAmazonMotorsRequest
The request schema for the createAmazonMotors operation.
Name | Description | Schema |
---|---|---|
attachments optional | Attachments to include in the message to the buyer. If any text is included in the attachment, the text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. | < Attachment > array |
CreateAmazonMotorsResponse
The response schema for the createAmazonMotors operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateWarrantyRequest
The request schema for the createWarranty operation.
Name | Description | Schema |
---|---|---|
attachments optional | Attachments to include in the message to the buyer. If any text is included in the attachment, the text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. | < Attachment > array |
coverageStartDate optional | The start date of the warranty coverage to include in the message to the buyer. | string (date-time) |
coverageEndDate optional | The end date of the warranty coverage to include in the message to the buyer. | string (date-time) |
CreateWarrantyResponse
The response schema for the createWarranty operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
GetAttributesResponse
The response schema for the GetAttributes operation.
Name | Description | Schema |
---|---|---|
locale optional | The buyer's language of preference, indicated with a locale-specific language tag. Examples: "en-US", "zh-CN", and "en-GB". | string |
CreateDigitalAccessKeyRequest
The request schema for the createDigitalAccessKey
operation.
Name | Description | Schema |
---|---|---|
text optional | 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.minLength : 1 maxLength : 400 | string |
attachments optional | Attachments that you want to include in the message to the buyer. | < Attachment > array |
CreateDigitalAccessKeyResponse
The response schema for the createDigitalAccessKey
operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CreateUnexpectedProblemRequest
The request schema for the createUnexpectedProblem operation.
Name | Description | Schema |
---|---|---|
text optional | The text to be sent to the buyer. Only links related to unexpected problem calls are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation. minLength : 1 maxLength : 2000 | string |
CreateUnexpectedProblemResponse
The response schema for the createUnexpectedProblem operation.
Name | Description | Schema |
---|---|---|
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
ErrorList
A list of error responses returned when a request is unsuccessful.
Type : < Error > array
Error
Error response returned when the request is unsuccessful.
Name | Description | Schema |
---|---|---|
code required | An error code that identifies the type of error that occurred. | string |
message required | A message that describes the error condition. | string |
details optional | Additional details that can help the caller understand or fix the issue. | string |
Updated 3 days ago