From 642d2fc2a3c2cd84488f978a51fbe1d5f122ee5e Mon Sep 17 00:00:00 2001 From: Sal Ricciardi Date: Wed, 4 Aug 2021 10:17:20 -0700 Subject: [PATCH] Update catalogItems_2020-12-01 model to add links to the usage plans and rate limits doc --- models/catalog-items-api-model/catalogItems_2020-12-01.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/catalog-items-api-model/catalogItems_2020-12-01.json b/models/catalog-items-api-model/catalogItems_2020-12-01.json index 82f4c44..d9872fd 100644 --- a/models/catalog-items-api-model/catalogItems_2020-12-01.json +++ b/models/catalog-items-api-model/catalogItems_2020-12-01.json @@ -29,7 +29,7 @@ "tags": [ "catalog" ], - "description": "Search for and return a list of Amazon catalog items and associated information.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 1 | 5 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Search for and return a list of Amazon catalog items and associated information.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 1 | 5 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/usage-plans-rate-limits/Usage-Plans-and-Rate-Limits.md).", "operationId": "searchCatalogItems", "consumes": [ "application/json" @@ -568,7 +568,7 @@ "tags": [ "catalog" ], - "description": "Retrieves details for an item in the Amazon catalog.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 5 | 5 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Retrieves details for an item in the Amazon catalog.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 5 | 5 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/usage-plans-rate-limits/Usage-Plans-and-Rate-Limits.md).", "operationId": "getCatalogItem", "consumes": [ "application/json"