You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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\nThe `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).",
925
-
"operationId": "createNegativeFeedbackRemoval",
926
-
"parameters": [
927
-
{
928
-
"name": "amazonOrderId",
929
-
"in": "path",
930
-
"description": "An Amazon order identifier. This identifies the order for which a message is sent.",
931
-
"required": true,
932
-
"type": "string"
933
-
},
934
-
{
935
-
"name": "marketplaceIds",
936
-
"in": "query",
937
-
"description": "A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.",
938
-
"required": true,
939
-
"type": "array",
940
-
"items": {
941
-
"type": "string"
942
-
},
943
-
"maxItems": 1
944
-
}
945
-
],
946
-
"responses": {
947
-
"201": {
948
-
"description": "The negativeFeedbackRemoval message was created for the order.",
"description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
0 commit comments