getSubscriptionById
operation is grantless. For more information, refer to Grantless operations.Rate (requests per second) | Burst |
---|---|
1 | 5 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may observe higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/notifications/v1/subscriptions//'
eventFilter
to customize your subscription to send notifications for only the specified marketplaceId
s, or select the aggregation time period at which to send notifications (for example: limit to one notification every five minutes for high frequency notifications). The specific features available vary depending on the notificationType
.ANY_OFFER_CHANGED
and ORDER_CHANGE
notificationType
s.{
"payload": {
"subscriptionId": "string",
"payloadVersion": "string",
"destinationId": "string",
"processingDirective": {
"eventFilter": {
"aggregationSettings": {
"aggregationTimePeriod": "FiveMinutes"
},
"marketplaceIds": [
"string"
],
"orderChangeTypes": [
"OrderStatusChange"
],
"eventFilterType": "ANY_OFFER_CHANGED"
}
}
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}