post https://sellingpartnerapi-na.amazon.com/messaging/v1/orders//messages/invoice
Sends a message providing the buyer an invoice
Responses
Sends a message providing the buyer an invoice
xxxxxxxxxx
curl --request POST \
--url https://sellingpartnerapi-na.amazon.com/messaging/v1/orders/amazonOrderId/messages/invoice \
--header 'accept: application/hal+json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}