sendInvoicepost https://sellingpartnerapi-na.amazon.com/messaging/v1/orders/{amazonOrderId}/messages/invoiceSends a message providing the buyer an invoicePath ParamsamazonOrderIdstringrequiredAn Amazon order identifier. This identifies the order for which a message is sent.Query ParamsmarketplaceIdsarray of stringsrequiredlength ≤ 1A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.marketplaceIds*ADD stringBody ParamsThis contains the message body for a message.attachmentsarray of objectsAttachments to include in the message to the buyer.attachmentsADD objectResponses 201The message was created for the order. 400Request has missing or invalid parameters and cannot be parsed. 403403 can be caused for reasons like Access Denied, Unauthorized, Expired Token, Invalid Signature or Resource Not Found. 404The resource specified does not exist. 413The request size exceeded the maximum accepted size. 415The entity of the request is in a format not supported by the requested resource. 429The frequency of requests was greater than allowed. 500Encountered an unexpected condition which prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated over 1 year ago