Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2662833

Browse files
author
clousale
authored
Merge pull request clousale#3 from clousale/fix/rate-limit-format
Fix Rate Limit Format
2 parents b10c2f8 + 053e7e3 commit 2662833

20 files changed

+723
-102
lines changed

docs/Api/AuthorizationApi.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ Method | HTTP request | Description
1111
1212
Returns the Login with Amazon (LWA) authorization code for an existing Amazon MWS authorization.
1313

14-
With the getAuthorizationCode operation, you can request a Login With Amazon (LWA) authorization code that will allow you to call a Selling Partner API on behalf of a seller who has already authorized you to call Amazon Marketplace Web Service (Amazon MWS). You specify a developer ID, an MWS auth token, and a seller ID. Taken together, these represent the Amazon MWS authorization that the seller previously granted you. The operation returns an LWA authorization code that can be exchanged for a refresh token and access token representing authorization to call the Selling Partner API on the seller's behalf. By using this API, sellers who have already authorized you for Amazon MWS do not need to re-authorize you for the Selling Partner API. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
14+
With the getAuthorizationCode operation, you can request a Login With Amazon (LWA) authorization code that will allow you to call a Selling Partner API on behalf of a seller who has already authorized you to call Amazon Marketplace Web Service (Amazon MWS). You specify a developer ID, an MWS auth token, and a seller ID. Taken together, these represent the Amazon MWS authorization that the seller previously granted you. The operation returns an LWA authorization code that can be exchanged for a refresh token and access token representing authorization to call the Selling Partner API on the seller's behalf. By using this API, sellers who have already authorized you for Amazon MWS do not need to re-authorize you for the Selling Partner API.
15+
16+
**Usage Plan:**
17+
18+
| Rate (requests per second) | Burst |
19+
| ---- | ---- |
20+
| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
1521

1622
### Example
1723
```php

docs/Api/CatalogApi.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ Method | HTTP request | Description
1313
1414

1515

16-
Returns a specified item and its attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
16+
Returns a specified item and its attributes.
17+
18+
**Usage Plan:**
19+
20+
| Rate (requests per second) | Burst |
21+
| ---- | ---- |
22+
| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
1723

1824
### Example
1925
```php
@@ -64,7 +70,13 @@ No authorization required
6470
6571

6672

67-
Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
73+
Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU.
74+
75+
**Usage Plan:**
76+
77+
| Rate (requests per second) | Burst |
78+
| ---- | ---- |
79+
| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
6880

6981
### Example
7082
```php
@@ -117,7 +129,13 @@ No authorization required
117129
118130

119131

120-
Returns a list of items and their attributes, based on a search query or item identifiers that you specify. When based on a search query, provide the Query parameter and optionally, the QueryContextId parameter. When based on item identifiers, provide a single appropriate parameter based on the identifier type, and specify the associated item value. MarketplaceId is always required. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
132+
Returns a list of items and their attributes, based on a search query or item identifiers that you specify. When based on a search query, provide the Query parameter and optionally, the QueryContextId parameter. When based on item identifiers, provide a single appropriate parameter based on the identifier type, and specify the associated item value. MarketplaceId is always required.
133+
134+
**Usage Plan:**
135+
136+
| Rate (requests per second) | Burst |
137+
| ---- | ---- |
138+
| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
121139

122140
### Example
123141
```php

docs/Api/DefaultApi.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ Method | HTTP request | Description
1414
1515

1616

17-
Returns financial event groups for a given date range. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
17+
Returns financial event groups for a given date range.
18+
19+
**Usage Plan:**
20+
21+
| Rate (requests per second) | Burst |
22+
| ---- | ---- |
23+
| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
1824

1925
### Example
2026
```php
@@ -69,7 +75,13 @@ No authorization required
6975
7076

7177

72-
Returns financial events for the specified data range. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
78+
Returns financial events for the specified data range.
79+
80+
**Usage Plan:**
81+
82+
| Rate (requests per second) | Burst |
83+
| ---- | ---- |
84+
| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
7385

7486
### Example
7587
```php
@@ -124,7 +136,13 @@ No authorization required
124136
125137

126138

127-
Returns all financial events for the specified financial event group. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
139+
Returns all financial events for the specified financial event group.
140+
141+
**Usage Plan:**
142+
143+
| Rate (requests per second) | Burst |
144+
| ---- | ---- |
145+
| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
128146

129147
### Example
130148
```php
@@ -177,7 +195,13 @@ No authorization required
177195
178196

179197

180-
Returns all financial events for the specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
198+
Returns all financial events for the specified order.
199+
200+
**Usage Plan:**
201+
202+
| Rate (requests per second) | Burst |
203+
| ---- | ---- |
204+
| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
181205

182206
### Example
183207
```php

0 commit comments

Comments
 (0)