Update marketplaceids description

This commit is contained in:
Gibran Waldron 2022-08-24 11:03:56 -07:00
parent 54f22853bf
commit eccd0eab06
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@
"tags": [
"sales"
],
"description": "Returns aggregated order metrics for given interval, broken down by granularity, for given buyer type.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| .5 | 15 |\n\nFor more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
"description": "Returns aggregated order metrics for given interval, broken down by granularity, for given buyer type.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| .5 | 15 |\n\nThe `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](doc:usage-plans-and-rate-limits-in-the-sp-api).",
"operationId": "getOrderMetrics",
"parameters": [
{
"name": "marketplaceIds",
"in": "query",
"description": "A list of marketplace identifiers. Example: ATVPDKIKX0DER indicates the US marketplace.",
"description": "A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.\n\nFor example, ATVPDKIKX0DER indicates the US marketplace.",
"required": true,
"type": "array",
"items": {