{ "swagger": "2.0", "info": { "title": "Selling Partner API for Messaging", "description": "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": "v1", "contact": { "name": "Selling Partner API Developer Support", "url": "https://sellercentral.amazon.com/gp/mws/contactus.html" }, "license": { "name": "Apache License 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } }, "host": "sellingpartnerapi-na.amazon.com", "schemes": [ "https" ], "consumes": [ "application/json" ], "produces": [ "application/hal+json" ], "paths": { "/messaging/v1/orders/{amazonOrderId}": { "get": { "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.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "getMessagingActionsForOrder", "tags": ["messaging"], "responses": { "200": { "description": "Returns hypermedia links under the _links.actions key that specify which messaging actions are allowed for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" } } }, "response": { "_links": { "actions": [ { "href": "/messaging/v1/orders/123-1234567-1234567/messages/confirmCustomizationDetails?marketplaceIds=ATVPDKIKX0DER", "name": "confirmCustomizationDetails" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/confirmDeliveryDetails?marketplaceIds=ATVPDKIKX0DER", "name": "confirmDeliveryDetails" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/legalDisclosure?marketplaceIds=ATVPDKIKX0DER", "name": "legalDisclosure" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/negativeFeedbackRemoval?marketplaceIds=ATVPDKIKX0DER", "name": "negativeFeedbackRemoval" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/confirmOrderDetails?marketplaceIds=ATVPDKIKX0DER", "name": "confirmOrderDetails" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/confirmServiceDetails?marketplaceIds=ATVPDKIKX0DER", "name": "confirmServiceDetails" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/amazonMotors?marketplaceIds=ATVPDKIKX0DER", "name": "amazonMotors" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/digitalAccessKey?marketplaceIds=ATVPDKIKX0DER", "name": "digitalAccessKey" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/unexpectedProblem?marketplaceIds=ATVPDKIKX0DER", "name": "unexpectedProblem" }, { "href": "/messaging/v1/orders/123-1234567-1234567/messages/warranty?marketplaceIds=ATVPDKIKX0DER", "name": "warranty" }, { "href": "/messaging/v1/orders/123-1234567-1234567/attributes?marketplaceIds=ATVPDKIKX0DER", "name": "attributes" } ], "self": { "href": "/messaging/v1/orders/123-1234567-1234567?marketplaceIds=ATVPDKIKX0DER" } } } } ], "examples": { "application/hal+json": { "_links": { "actions": [ { "href": "/messaging/v1/orders/903-1671087-0812628/messages/negativeFeedbackRemoval?marketplaceIds=ATVPDKIKX0DER", "name": "negativeFeedbackRemoval" } ], "self": { "href": "/messaging/v1/orders/903-1671087-0812628?marketplaceIds=ATVPDKIKX0DER" } }, "_embedded": { "actions": [ { "_links": { "schema": { "href": "/messaging/v1/orders/903-1671087-0812628/messages/negativeFeedbackRemoval/schema", "name": "negativeFeedbackRemoval" }, "self": { "href": "/messaging/v1/orders/903-1671087-0812628/messages/negativeFeedbackRemoval?marketplaceIds=ATVPDKIKX0DER", "name": "negativeFeedbackRemoval" } } } ] } } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/GetMessagingActionsForOrderResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which you want a list of available message types." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/confirmCustomizationDetails": { "post": { "description": "Sends a message asking a buyer to provide or verify customization details such as name spelling, images, initials, etc.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "confirmCustomizationDetails", "tags": ["messaging"], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "text": "My Message", "attachments": [ { "uploadDestinationId": "4e936e26-7b72-4b84-af27-e6baee1d546d", "fileName": "AmazonMotors.txt" }, { "uploadDestinationId": "4e936e26-7b72-4b84-af27-e6baee1d546d", "fileName": "AmazonMotors.txt" } ] } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateConfirmCustomizationDetailsRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/confirmDeliveryDetails": { "post": { "description": "Sends a message to a buyer to arrange a delivery or to confirm contact information for making a delivery.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "createConfirmDeliveryDetails", "tags": ["messaging"], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "text": "My Message" } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateConfirmDeliveryDetailsRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/legalDisclosure": { "post": { "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.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "createLegalDisclosure", "tags": ["messaging"], "responses": { "201": { "description": "The legal disclosure message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "attachments": [ { "uploadDestinationId": "4e936e26-7b72-4b84-af27-e6baee1d546d", "fileName": "AmazonMotors.txt" }, { "uploadDestinationId": "4e936e26-7b72-4b84-af27-e6baee1d546d", "fileName": "AmazonMotors.txt" } ] } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateLegalDisclosureResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateLegalDisclosureRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/negativeFeedbackRemoval": { "post": { "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.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "createNegativeFeedbackRemoval", "tags": ["messaging"], "responses": { "201": { "description": "The negativeFeedbackRemoval message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateNegativeFeedbackRemovalResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/confirmOrderDetails": { "post": { "description": "Sends a message to ask a buyer an order-related question prior to shipping their order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "createConfirmOrderDetails", "tags": ["messaging"], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "text": "My Message" } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateConfirmOrderDetailsRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/confirmServiceDetails": { "post": { "description": "Sends a message to contact a Home Service customer to arrange a service call or to gather information prior to a service call.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "createConfirmServiceDetails", "tags": ["messaging"], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "text": "My Message" } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateConfirmServiceDetailsRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/amazonMotors": { "post": { "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.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "CreateAmazonMotors", "tags": ["messaging"], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "attachments": [ { "uploadDestinationId": "4e936e26-7b72-4b84-af27-e6baee1d546d", "fileName": "AmazonMotors.txt" } ] } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateAmazonMotorsResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateAmazonMotorsRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/warranty": { "post": { "description": "Sends a message to a buyer to provide details about warranty information on a purchase in their order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "CreateWarranty", "tags": ["messaging"], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "attachments": [ { "uploadDestinationId": "8634452c-4d4f-4703-8cea-2ecc9dcb3279", "fileName": "warranty.txt" } ], "coverageStartDate": "2004-12-13T21:39:45.618-08:00", "coverageEndDate": "2005-12-13T21:39:45.618-08:00" } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateWarrantyResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateWarrantyRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/attributes": { "get": { "description": "Returns a response containing attributes related to an order. This includes buyer preferences.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |", "operationId": "GetAttributes", "tags": ["messaging"], "responses": { "200": { "description": "Response has successfully been returned.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "buyer": { "locale": "en-US" } } }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" } } }, "response": { "buyer": { "locale": "en-US" } } } ], "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ], "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "schema": { "$ref": "#/definitions/GetAttributesResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "examples": { "application/hal+json": { "errors": [ { "code": "string", "message": "string", "details": "string" } ] } }, "schema": { "$ref": "#/definitions/GetAttributesResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/digitalAccessKey": { "post": { "description": "Sends a message to a buyer to share a digital access key needed to utilize digital content in their order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "createDigitalAccessKey", "tags": [ "messaging" ], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "text": "My Message", "attachments": [ { "uploadDestinationId": "4e936e26-7b72-4b84-af27-e6baee1d546d", "fileName": "AmazonMotors.txt" }, { "uploadDestinationId": "4e936e26-7b72-4b84-af27-e6baee1d546d", "fileName": "AmazonMotors.txt" } ] } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateDigitalAccessKeyRequest" }, "in": "body", "name": "body", "required": true } ] } }, "/messaging/v1/orders/{amazonOrderId}/messages/unexpectedProblem": { "post": { "description": "Sends a critical message to a buyer that an unexpected problem was encountered affecting the completion of the order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", "operationId": "createUnexpectedProblem", "tags": [ "messaging" ], "responses": { "201": { "description": "The message was created for the order.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-1234567" }, "body": { "value": { "text": "My Message" } } } }, "response": {} } ] }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" }, "x-amazon-spds-sandbox-behaviors": [ { "request": { "parameters": { "amazonOrderId": { "value": "123-1234567-0000000" } } }, "response": { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] } } ] }, "403": { "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" } }, "404": { "description": "The resource specified does not exist.", "headers": { "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" } }, "413": { "description": "The request size exceeded the maximum accepted size.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" } }, "415": { "description": "The request payload is in an unsupported format.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" } }, "429": { "description": "The frequency of requests was greater than allowed.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" } }, "500": { "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" } }, "503": { "description": "Temporary overloading or maintenance of the server.", "headers": { "x-amzn-RateLimit-Limit": { "description": "Your rate limit (requests per second) for this operation.", "type": "string" }, "x-amzn-requestid": { "description": "Unique request reference identifier.", "type": "string" } }, "schema": { "$ref": "#/definitions/CreateUnexpectedProblemResponse" } } }, "parameters": [ { "name": "amazonOrderId", "type": "string", "in": "path", "required": true, "description": "An Amazon order identifier. This specifies the order for which a message is sent." }, { "name": "marketplaceIds", "type": "array", "in": "query", "required": true, "description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.", "items": { "type": "string" }, "maxItems": 1 }, { "schema": { "$ref": "#/definitions/CreateUnexpectedProblemRequest" }, "in": "body", "name": "body", "required": true } ] } } }, "definitions": { "Attachment": { "description": "Represents a file uploaded to a destination that was created by the createUploadDestination operation of the Uploads API.", "type": "object", "properties": { "uploadDestinationId": { "description": "The identifier of the upload destination. Get this value by calling the createUploadDestination operation of the Uploads API.", "type": "string" }, "fileName": { "description": "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.", "type": "string" } }, "required": [ "uploadDestinationId", "fileName" ] }, "LinkObject": { "description": "A Link object.", "type": "object", "properties": { "href": { "type": "string", "description": "A URI for this object." }, "name": { "type": "string", "description": "An identifier for this object." } }, "required": [ "href" ] }, "MessagingAction": { "description": "A simple object containing the name of the template.", "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ] }, "Schema": { "type": "object", "description": "A JSON schema document describing the expected payload of the action. This object can be validated against http://json-schema.org/draft-04/schema.", "additionalProperties": true }, "GetMessagingActionsForOrderResponse": { "description": "The response schema for the getMessagingActionsForOrder operation.", "type": "object", "properties": { "_links": { "type": "object", "properties": { "self": { "$ref": "#/definitions/LinkObject" }, "actions": { "description": "Eligible actions for the specified amazonOrderId.", "type": "array", "items": { "$ref": "#/definitions/LinkObject" } } }, "required": [ "self", "actions" ] }, "_embedded": { "type": "object", "properties": { "actions": { "type": "array", "items": { "$ref": "#/definitions/GetMessagingActionResponse" } } }, "required": [ "actions" ] }, "errors": { "$ref": "#/definitions/ErrorList" } } }, "GetMessagingActionResponse": { "description": "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.", "type": "object", "properties": { "_links": { "type": "object", "properties": { "self": { "$ref": "#/definitions/LinkObject" }, "schema": { "$ref": "#/definitions/LinkObject" } }, "required": [ "self", "schema" ] }, "_embedded": { "type": "object", "properties": { "schema": { "$ref": "#/definitions/GetSchemaResponse" } } }, "payload": { "$ref": "#/definitions/MessagingAction" }, "errors": { "$ref": "#/definitions/ErrorList" } } }, "GetSchemaResponse": { "type": "object", "properties": { "_links": { "type": "object", "properties": { "self": { "$ref": "#/definitions/LinkObject" } }, "required": [ "self" ] }, "payload": { "$ref": "#/definitions/Schema" }, "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateConfirmCustomizationDetailsRequest": { "description": "The request schema for the confirmCustomizationDetails operation.", "type": "object", "properties": { "text": { "description": "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.", "type": "string", "minLength": 1, "maxLength": 800 }, "attachments": { "type": "array", "description": "Attachments to include in the message to the buyer.", "maxLength": 5, "items": { "$ref": "#/definitions/Attachment" } } } }, "CreateConfirmCustomizationDetailsResponse": { "description": "The response schema for the confirmCustomizationDetails operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateConfirmDeliveryDetailsRequest": { "description": "The request schema for the createConfirmDeliveryDetails operation.", "type": "object", "properties": { "text": { "description": "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.", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "CreateConfirmDeliveryDetailsResponse": { "description": "The response schema for the createConfirmDeliveryDetails operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateNegativeFeedbackRemovalResponse": { "description": "The response schema for the createNegativeFeedbackRemoval operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateLegalDisclosureRequest": { "description": "The request schema for the createLegalDisclosure operation.", "type": "object", "properties": { "attachments": { "type": "array", "description": "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.", "maxLength": 5, "items": { "$ref": "#/definitions/Attachment" } } } }, "CreateLegalDisclosureResponse": { "description": "The response schema for the createLegalDisclosure operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateConfirmOrderDetailsRequest": { "description": "The request schema for the createConfirmOrderDetails operation.", "type": "object", "properties": { "text": { "description": "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.", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "CreateConfirmOrderDetailsResponse": { "description": "The response schema for the createConfirmOrderDetails operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateConfirmServiceDetailsRequest": { "description": "The request schema for the createConfirmServiceDetails operation.", "type": "object", "properties": { "text": { "description": "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.", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "CreateConfirmServiceDetailsResponse": { "description": "The response schema for the createConfirmServiceDetails operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateAmazonMotorsRequest": { "description": "The request schema for the createAmazonMotors operation.", "type": "object", "properties": { "attachments": { "type": "array", "description": "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.", "maxLength": 5, "items": { "$ref": "#/definitions/Attachment" } } } }, "CreateAmazonMotorsResponse": { "description": "The response schema for the createAmazonMotors operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateWarrantyRequest": { "description": "The request schema for the createWarranty operation.", "type": "object", "properties": { "attachments": { "type": "array", "description": "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.", "maxLength": 5, "minLength": 1, "items": { "$ref": "#/definitions/Attachment" } }, "coverageStartDate": { "description": "The start date of the warranty coverage to include in the message to the buyer.", "type": "string", "format": "date-time" }, "coverageEndDate": { "description": "The end date of the warranty coverage to include in the message to the buyer.", "type": "string", "format": "date-time" } } }, "CreateWarrantyResponse": { "description": "The response schema for the createWarranty operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "GetAttributesResponse": { "description": "The response schema for the GetAttributes operation.", "type": "object", "properties": { "buyer": { "description": "The list of attributes related to the buyer.", "type": "object", "properties": { "locale": { "description": "The buyer's language of preference, indicated with a locale-specific language tag. Examples: \"en-US\", \"zh-CN\", and \"en-GB\".", "type": "string" } } }, "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateDigitalAccessKeyRequest": { "description": "The request schema for the createDigitalAccessKey operation.", "type": "object", "properties": { "text": { "description": "The text to be sent to the buyer. Only links related to the digital access key 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.", "type": "string", "minLength": 1, "maxLength": 400 }, "attachments": { "type": "array", "description": "Attachments to include in the message to the buyer.", "maxLength": 5, "items": { "$ref": "#/definitions/Attachment" } } } }, "CreateDigitalAccessKeyResponse": { "description": "The response schema for the createDigitalAccessKey operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "CreateUnexpectedProblemRequest": { "description": "The request schema for the createUnexpectedProblem operation.", "type": "object", "properties": { "text": { "description": "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.", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "CreateUnexpectedProblemResponse": { "description": "The response schema for the createUnexpectedProblem operation.", "type": "object", "properties": { "errors": { "$ref": "#/definitions/ErrorList" } } }, "ErrorList": { "description": "A list of error responses returned when a request is unsuccessful.", "type": "array", "items": { "$ref": "#/definitions/Error" } }, "Error": { "description": "Error response returned when the request is unsuccessful.", "properties": { "code": { "description": "An error code that identifies the type of error that occurred.", "type": "string" }, "message": { "description": "A message that describes the error condition.", "type": "string" }, "details": { "description": "Additional details that can help the caller understand or fix the issue.", "type": "string" } }, "required": [ "code", "message" ], "type": "object" } } }