@sp-api-sdk/aplus-content-api-2020-11-01 2.3.7 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-model/api/aplus-content-api.js +40 -40
- package/dist/cjs/api-model/configuration.js +7 -1
- package/dist/cjs/api-model/models/content-module-type.js +15 -15
- package/dist/es/api-model/api/aplus-content-api.js +40 -40
- package/dist/es/api-model/configuration.js +7 -1
- package/dist/es/api-model/models/content-module-type.js +15 -15
- package/dist/types/api-model/api/aplus-content-api.d.ts +40 -40
- package/dist/types/api-model/models/content-module-type.d.ts +15 -15
- package/dist/types/api-model/models/model-error.d.ts +3 -3
- package/package.json +3 -3
|
@@ -24,7 +24,7 @@ import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, operationServerMap } from '../b
|
|
|
24
24
|
export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
25
25
|
return {
|
|
26
26
|
/**
|
|
27
|
-
* Creates a new A+ Content document. **Usage
|
|
27
|
+
* Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
28
28
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
29
29
|
* @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.
|
|
30
30
|
* @param {*} [options] Override http request option.
|
|
@@ -59,7 +59,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
59
59
|
};
|
|
60
60
|
},
|
|
61
61
|
/**
|
|
62
|
-
* Returns an A+ Content document, if available. **Usage
|
|
62
|
+
* Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
63
63
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.
|
|
64
64
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
65
65
|
* @param {Set<GetContentDocumentIncludedDataSetEnum>} includedDataSet The set of A+ Content data types to include in the response.
|
|
@@ -99,7 +99,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
99
99
|
};
|
|
100
100
|
},
|
|
101
101
|
/**
|
|
102
|
-
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the asinSet parameter, the operation returns all ASINs related to the content document. **Usage
|
|
102
|
+
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the `asinSet` parameter, the operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
103
103
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.
|
|
104
104
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
105
105
|
* @param {Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>} [includedDataSet] The set of A+ Content data types to include in the response. If you do not include this parameter, the operation returns the related ASINs without metadata.
|
|
@@ -145,7 +145,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
145
145
|
};
|
|
146
146
|
},
|
|
147
147
|
/**
|
|
148
|
-
* Submits an A+ Content document for review, approval, and publishing. **Usage
|
|
148
|
+
* Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
149
149
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
|
|
150
150
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
151
151
|
* @param {*} [options] Override http request option.
|
|
@@ -179,7 +179,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
179
179
|
};
|
|
180
180
|
},
|
|
181
181
|
/**
|
|
182
|
-
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage
|
|
182
|
+
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
183
183
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
|
|
184
184
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
185
185
|
* @param {PostContentDocumentAsinRelationsRequest} postContentDocumentAsinRelationsRequest The content document ASIN relations request details.
|
|
@@ -218,7 +218,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
218
218
|
};
|
|
219
219
|
},
|
|
220
220
|
/**
|
|
221
|
-
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage
|
|
221
|
+
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
222
222
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
|
|
223
223
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
224
224
|
* @param {*} [options] Override http request option.
|
|
@@ -252,7 +252,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
252
252
|
};
|
|
253
253
|
},
|
|
254
254
|
/**
|
|
255
|
-
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage
|
|
255
|
+
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
256
256
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
257
257
|
* @param {string} [pageToken] A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations.
|
|
258
258
|
* @param {*} [options] Override http request option.
|
|
@@ -286,7 +286,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
286
286
|
};
|
|
287
287
|
},
|
|
288
288
|
/**
|
|
289
|
-
* Searches for A+ Content publishing records, if available. **Usage
|
|
289
|
+
* Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
290
290
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
291
291
|
* @param {string} asin The Amazon Standard Identification Number (ASIN).
|
|
292
292
|
* @param {string} [pageToken] A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations.
|
|
@@ -326,7 +326,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
326
326
|
};
|
|
327
327
|
},
|
|
328
328
|
/**
|
|
329
|
-
* Updates an existing A+ Content document. **Usage
|
|
329
|
+
* Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
330
330
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.
|
|
331
331
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
332
332
|
* @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.
|
|
@@ -365,7 +365,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
365
365
|
};
|
|
366
366
|
},
|
|
367
367
|
/**
|
|
368
|
-
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage
|
|
368
|
+
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
369
369
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
370
370
|
* @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.
|
|
371
371
|
* @param {Set<string>} [asinSet] The set of ASINs.
|
|
@@ -413,7 +413,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
413
413
|
const localVarAxiosParamCreator = AplusContentApiAxiosParamCreator(configuration);
|
|
414
414
|
return {
|
|
415
415
|
/**
|
|
416
|
-
* Creates a new A+ Content document. **Usage
|
|
416
|
+
* Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
417
417
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
418
418
|
* @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.
|
|
419
419
|
* @param {*} [options] Override http request option.
|
|
@@ -426,7 +426,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
426
426
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
427
427
|
},
|
|
428
428
|
/**
|
|
429
|
-
* Returns an A+ Content document, if available. **Usage
|
|
429
|
+
* Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
430
430
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.
|
|
431
431
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
432
432
|
* @param {Set<GetContentDocumentIncludedDataSetEnum>} includedDataSet The set of A+ Content data types to include in the response.
|
|
@@ -440,7 +440,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
440
440
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
441
441
|
},
|
|
442
442
|
/**
|
|
443
|
-
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the asinSet parameter, the operation returns all ASINs related to the content document. **Usage
|
|
443
|
+
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the `asinSet` parameter, the operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
444
444
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.
|
|
445
445
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
446
446
|
* @param {Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>} [includedDataSet] The set of A+ Content data types to include in the response. If you do not include this parameter, the operation returns the related ASINs without metadata.
|
|
@@ -456,7 +456,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
456
456
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
457
457
|
},
|
|
458
458
|
/**
|
|
459
|
-
* Submits an A+ Content document for review, approval, and publishing. **Usage
|
|
459
|
+
* Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
460
460
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
|
|
461
461
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
462
462
|
* @param {*} [options] Override http request option.
|
|
@@ -469,7 +469,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
469
469
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
470
470
|
},
|
|
471
471
|
/**
|
|
472
|
-
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage
|
|
472
|
+
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
473
473
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
|
|
474
474
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
475
475
|
* @param {PostContentDocumentAsinRelationsRequest} postContentDocumentAsinRelationsRequest The content document ASIN relations request details.
|
|
@@ -483,7 +483,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
483
483
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
484
484
|
},
|
|
485
485
|
/**
|
|
486
|
-
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage
|
|
486
|
+
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
487
487
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
|
|
488
488
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
489
489
|
* @param {*} [options] Override http request option.
|
|
@@ -496,7 +496,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
496
496
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
497
497
|
},
|
|
498
498
|
/**
|
|
499
|
-
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage
|
|
499
|
+
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
500
500
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
501
501
|
* @param {string} [pageToken] A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations.
|
|
502
502
|
* @param {*} [options] Override http request option.
|
|
@@ -509,7 +509,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
509
509
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
510
510
|
},
|
|
511
511
|
/**
|
|
512
|
-
* Searches for A+ Content publishing records, if available. **Usage
|
|
512
|
+
* Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
513
513
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
514
514
|
* @param {string} asin The Amazon Standard Identification Number (ASIN).
|
|
515
515
|
* @param {string} [pageToken] A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations.
|
|
@@ -523,7 +523,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
523
523
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
524
524
|
},
|
|
525
525
|
/**
|
|
526
|
-
* Updates an existing A+ Content document. **Usage
|
|
526
|
+
* Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
527
527
|
* @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.
|
|
528
528
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
529
529
|
* @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.
|
|
@@ -537,7 +537,7 @@ export const AplusContentApiFp = function (configuration) {
|
|
|
537
537
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
538
538
|
},
|
|
539
539
|
/**
|
|
540
|
-
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage
|
|
540
|
+
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
541
541
|
* @param {string} marketplaceId The identifier for the marketplace where the A+ Content is published.
|
|
542
542
|
* @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.
|
|
543
543
|
* @param {Set<string>} [asinSet] The set of ASINs.
|
|
@@ -560,7 +560,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
560
560
|
const localVarFp = AplusContentApiFp(configuration);
|
|
561
561
|
return {
|
|
562
562
|
/**
|
|
563
|
-
* Creates a new A+ Content document. **Usage
|
|
563
|
+
* Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
564
564
|
* @param {AplusContentApiCreateContentDocumentRequest} requestParameters Request parameters.
|
|
565
565
|
* @param {*} [options] Override http request option.
|
|
566
566
|
* @throws {RequiredError}
|
|
@@ -569,7 +569,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
569
569
|
return localVarFp.createContentDocument(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(axios, basePath));
|
|
570
570
|
},
|
|
571
571
|
/**
|
|
572
|
-
* Returns an A+ Content document, if available. **Usage
|
|
572
|
+
* Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
573
573
|
* @param {AplusContentApiGetContentDocumentRequest} requestParameters Request parameters.
|
|
574
574
|
* @param {*} [options] Override http request option.
|
|
575
575
|
* @throws {RequiredError}
|
|
@@ -578,7 +578,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
578
578
|
return localVarFp.getContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, options).then((request) => request(axios, basePath));
|
|
579
579
|
},
|
|
580
580
|
/**
|
|
581
|
-
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the asinSet parameter, the operation returns all ASINs related to the content document. **Usage
|
|
581
|
+
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the `asinSet` parameter, the operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
582
582
|
* @param {AplusContentApiListContentDocumentAsinRelationsRequest} requestParameters Request parameters.
|
|
583
583
|
* @param {*} [options] Override http request option.
|
|
584
584
|
* @throws {RequiredError}
|
|
@@ -587,7 +587,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
587
587
|
return localVarFp.listContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, requestParameters.asinSet, requestParameters.pageToken, options).then((request) => request(axios, basePath));
|
|
588
588
|
},
|
|
589
589
|
/**
|
|
590
|
-
* Submits an A+ Content document for review, approval, and publishing. **Usage
|
|
590
|
+
* Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
591
591
|
* @param {AplusContentApiPostContentDocumentApprovalSubmissionRequest} requestParameters Request parameters.
|
|
592
592
|
* @param {*} [options] Override http request option.
|
|
593
593
|
* @throws {RequiredError}
|
|
@@ -596,7 +596,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
596
596
|
return localVarFp.postContentDocumentApprovalSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));
|
|
597
597
|
},
|
|
598
598
|
/**
|
|
599
|
-
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage
|
|
599
|
+
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
600
600
|
* @param {AplusContentApiPostContentDocumentAsinRelationsRequest} requestParameters Request parameters.
|
|
601
601
|
* @param {*} [options] Override http request option.
|
|
602
602
|
* @throws {RequiredError}
|
|
@@ -605,7 +605,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
605
605
|
return localVarFp.postContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentAsinRelationsRequest, options).then((request) => request(axios, basePath));
|
|
606
606
|
},
|
|
607
607
|
/**
|
|
608
|
-
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage
|
|
608
|
+
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
609
609
|
* @param {AplusContentApiPostContentDocumentSuspendSubmissionRequest} requestParameters Request parameters.
|
|
610
610
|
* @param {*} [options] Override http request option.
|
|
611
611
|
* @throws {RequiredError}
|
|
@@ -614,7 +614,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
614
614
|
return localVarFp.postContentDocumentSuspendSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));
|
|
615
615
|
},
|
|
616
616
|
/**
|
|
617
|
-
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage
|
|
617
|
+
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
618
618
|
* @param {AplusContentApiSearchContentDocumentsRequest} requestParameters Request parameters.
|
|
619
619
|
* @param {*} [options] Override http request option.
|
|
620
620
|
* @throws {RequiredError}
|
|
@@ -623,7 +623,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
623
623
|
return localVarFp.searchContentDocuments(requestParameters.marketplaceId, requestParameters.pageToken, options).then((request) => request(axios, basePath));
|
|
624
624
|
},
|
|
625
625
|
/**
|
|
626
|
-
* Searches for A+ Content publishing records, if available. **Usage
|
|
626
|
+
* Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
627
627
|
* @param {AplusContentApiSearchContentPublishRecordsRequest} requestParameters Request parameters.
|
|
628
628
|
* @param {*} [options] Override http request option.
|
|
629
629
|
* @throws {RequiredError}
|
|
@@ -632,7 +632,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
632
632
|
return localVarFp.searchContentPublishRecords(requestParameters.marketplaceId, requestParameters.asin, requestParameters.pageToken, options).then((request) => request(axios, basePath));
|
|
633
633
|
},
|
|
634
634
|
/**
|
|
635
|
-
* Updates an existing A+ Content document. **Usage
|
|
635
|
+
* Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
636
636
|
* @param {AplusContentApiUpdateContentDocumentRequest} requestParameters Request parameters.
|
|
637
637
|
* @param {*} [options] Override http request option.
|
|
638
638
|
* @throws {RequiredError}
|
|
@@ -641,7 +641,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
641
641
|
return localVarFp.updateContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(axios, basePath));
|
|
642
642
|
},
|
|
643
643
|
/**
|
|
644
|
-
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage
|
|
644
|
+
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
645
645
|
* @param {AplusContentApiValidateContentDocumentAsinRelationsRequest} requestParameters Request parameters.
|
|
646
646
|
* @param {*} [options] Override http request option.
|
|
647
647
|
* @throws {RequiredError}
|
|
@@ -659,7 +659,7 @@ export const AplusContentApiFactory = function (configuration, basePath, axios)
|
|
|
659
659
|
*/
|
|
660
660
|
export class AplusContentApi extends BaseAPI {
|
|
661
661
|
/**
|
|
662
|
-
* Creates a new A+ Content document. **Usage
|
|
662
|
+
* Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
663
663
|
* @param {AplusContentApiCreateContentDocumentRequest} requestParameters Request parameters.
|
|
664
664
|
* @param {*} [options] Override http request option.
|
|
665
665
|
* @throws {RequiredError}
|
|
@@ -669,7 +669,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
669
669
|
return AplusContentApiFp(this.configuration).createContentDocument(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(this.axios, this.basePath));
|
|
670
670
|
}
|
|
671
671
|
/**
|
|
672
|
-
* Returns an A+ Content document, if available. **Usage
|
|
672
|
+
* Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
673
673
|
* @param {AplusContentApiGetContentDocumentRequest} requestParameters Request parameters.
|
|
674
674
|
* @param {*} [options] Override http request option.
|
|
675
675
|
* @throws {RequiredError}
|
|
@@ -679,7 +679,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
679
679
|
return AplusContentApiFp(this.configuration).getContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, options).then((request) => request(this.axios, this.basePath));
|
|
680
680
|
}
|
|
681
681
|
/**
|
|
682
|
-
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the asinSet parameter, the operation returns all ASINs related to the content document. **Usage
|
|
682
|
+
* Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the `asinSet` parameter, the operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
683
683
|
* @param {AplusContentApiListContentDocumentAsinRelationsRequest} requestParameters Request parameters.
|
|
684
684
|
* @param {*} [options] Override http request option.
|
|
685
685
|
* @throws {RequiredError}
|
|
@@ -689,7 +689,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
689
689
|
return AplusContentApiFp(this.configuration).listContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, requestParameters.asinSet, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));
|
|
690
690
|
}
|
|
691
691
|
/**
|
|
692
|
-
* Submits an A+ Content document for review, approval, and publishing. **Usage
|
|
692
|
+
* Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
693
693
|
* @param {AplusContentApiPostContentDocumentApprovalSubmissionRequest} requestParameters Request parameters.
|
|
694
694
|
* @param {*} [options] Override http request option.
|
|
695
695
|
* @throws {RequiredError}
|
|
@@ -699,7 +699,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
699
699
|
return AplusContentApiFp(this.configuration).postContentDocumentApprovalSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));
|
|
700
700
|
}
|
|
701
701
|
/**
|
|
702
|
-
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage
|
|
702
|
+
* Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
703
703
|
* @param {AplusContentApiPostContentDocumentAsinRelationsRequest} requestParameters Request parameters.
|
|
704
704
|
* @param {*} [options] Override http request option.
|
|
705
705
|
* @throws {RequiredError}
|
|
@@ -709,7 +709,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
709
709
|
return AplusContentApiFp(this.configuration).postContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentAsinRelationsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
710
710
|
}
|
|
711
711
|
/**
|
|
712
|
-
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage
|
|
712
|
+
* Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
713
713
|
* @param {AplusContentApiPostContentDocumentSuspendSubmissionRequest} requestParameters Request parameters.
|
|
714
714
|
* @param {*} [options] Override http request option.
|
|
715
715
|
* @throws {RequiredError}
|
|
@@ -719,7 +719,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
719
719
|
return AplusContentApiFp(this.configuration).postContentDocumentSuspendSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));
|
|
720
720
|
}
|
|
721
721
|
/**
|
|
722
|
-
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage
|
|
722
|
+
* Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
723
723
|
* @param {AplusContentApiSearchContentDocumentsRequest} requestParameters Request parameters.
|
|
724
724
|
* @param {*} [options] Override http request option.
|
|
725
725
|
* @throws {RequiredError}
|
|
@@ -729,7 +729,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
729
729
|
return AplusContentApiFp(this.configuration).searchContentDocuments(requestParameters.marketplaceId, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));
|
|
730
730
|
}
|
|
731
731
|
/**
|
|
732
|
-
* Searches for A+ Content publishing records, if available. **Usage
|
|
732
|
+
* Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
733
733
|
* @param {AplusContentApiSearchContentPublishRecordsRequest} requestParameters Request parameters.
|
|
734
734
|
* @param {*} [options] Override http request option.
|
|
735
735
|
* @throws {RequiredError}
|
|
@@ -739,7 +739,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
739
739
|
return AplusContentApiFp(this.configuration).searchContentPublishRecords(requestParameters.marketplaceId, requestParameters.asin, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));
|
|
740
740
|
}
|
|
741
741
|
/**
|
|
742
|
-
* Updates an existing A+ Content document. **Usage
|
|
742
|
+
* Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
743
743
|
* @param {AplusContentApiUpdateContentDocumentRequest} requestParameters Request parameters.
|
|
744
744
|
* @param {*} [options] Override http request option.
|
|
745
745
|
* @throws {RequiredError}
|
|
@@ -749,7 +749,7 @@ export class AplusContentApi extends BaseAPI {
|
|
|
749
749
|
return AplusContentApiFp(this.configuration).updateContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(this.axios, this.basePath));
|
|
750
750
|
}
|
|
751
751
|
/**
|
|
752
|
-
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage
|
|
752
|
+
* Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
753
753
|
* @param {AplusContentApiValidateContentDocumentAsinRelationsRequest} requestParameters Request parameters.
|
|
754
754
|
* @param {*} [options] Override http request option.
|
|
755
755
|
* @throws {RequiredError}
|
|
@@ -75,7 +75,13 @@ export class Configuration {
|
|
|
75
75
|
this.accessToken = param.accessToken;
|
|
76
76
|
this.basePath = param.basePath;
|
|
77
77
|
this.serverIndex = param.serverIndex;
|
|
78
|
-
this.baseOptions =
|
|
78
|
+
this.baseOptions = {
|
|
79
|
+
headers: {
|
|
80
|
+
...param.baseOptions?.headers,
|
|
81
|
+
'User-Agent': "OpenAPI-Generator/typescript-axios"
|
|
82
|
+
},
|
|
83
|
+
...param.baseOptions
|
|
84
|
+
};
|
|
79
85
|
this.formDataCtor = param.formDataCtor;
|
|
80
86
|
}
|
|
81
87
|
/**
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
19
|
export const ContentModuleType = {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
20
|
+
StandardCompanyLogo: 'STANDARD_COMPANY_LOGO',
|
|
21
|
+
StandardComparisonTable: 'STANDARD_COMPARISON_TABLE',
|
|
22
|
+
StandardFourImageText: 'STANDARD_FOUR_IMAGE_TEXT',
|
|
23
|
+
StandardFourImageTextQuadrant: 'STANDARD_FOUR_IMAGE_TEXT_QUADRANT',
|
|
24
|
+
StandardHeaderImageText: 'STANDARD_HEADER_IMAGE_TEXT',
|
|
25
|
+
StandardImageSidebar: 'STANDARD_IMAGE_SIDEBAR',
|
|
26
|
+
StandardImageTextOverlay: 'STANDARD_IMAGE_TEXT_OVERLAY',
|
|
27
|
+
StandardMultipleImageText: 'STANDARD_MULTIPLE_IMAGE_TEXT',
|
|
28
|
+
StandardProductDescription: 'STANDARD_PRODUCT_DESCRIPTION',
|
|
29
|
+
StandardSingleImageHighlights: 'STANDARD_SINGLE_IMAGE_HIGHLIGHTS',
|
|
30
|
+
StandardSingleImageSpecsDetail: 'STANDARD_SINGLE_IMAGE_SPECS_DETAIL',
|
|
31
|
+
StandardSingleSideImage: 'STANDARD_SINGLE_SIDE_IMAGE',
|
|
32
|
+
StandardTechSpecs: 'STANDARD_TECH_SPECS',
|
|
33
|
+
StandardText: 'STANDARD_TEXT',
|
|
34
|
+
StandardThreeImageText: 'STANDARD_THREE_IMAGE_TEXT'
|
|
35
35
|
};
|