Rate (requests per second) | Burst |
---|---|
1 | 10 |
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 see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API./orders/v0/orders
. For getting an RDT for the getOrders operation of the Orders API. For bulk orders./orders/v0/orders/123-1234567-1234567
. For getting an RDT for the getOrder operation of the Orders API. For a specific order./orders/v0/orders/123-1234567-1234567/orderItems
. For getting an RDT for the getOrderItems operation of the Orders API. For the order items in a specific order./mfn/v0/shipments/FBA1234ABC5D
. For getting an RDT for the getShipment operation of the Shipping API. For a specific shipment./mfn/v0/shipments/{shipmentId}
. For getting an RDT for the getShipment operation of the Shipping API. For any of a selling partner's shipments that you specify when you call the getShipment operation.{
"targetApplication": "amzn1.sellerapps.app.target-application",
"restrictedResources": [
{
"method": "GET",
"path": "/orders/v0/orders/{orderId}/address"
}
]
}
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/tokens/2021-03-01/restrictedDataToken' \
--header 'x-amz-access-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetApplication": "amzn1.sellerapps.app.target-application",
"restrictedResources": [
{
"method": "GET",
"path": "/orders/v0/orders/{orderId}/address"
}
]
}'
{
"restrictedDataToken": "string",
"expiresIn": 0
}