@sp-api-sdk/vendor-direct-fulfillment-transactions-api-v1 2.4.2 → 2.5.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/vendor-transaction-api.js +4 -4
- package/dist/es/api-model/api/vendor-transaction-api.js +4 -4
- package/dist/types/api-model/api/vendor-transaction-api.d.ts +4 -4
- package/dist/types/api-model/models/get-transaction-response.d.ts +1 -1
- package/dist/types/api-model/models/transaction-status.d.ts +1 -1
- package/package.json +2 -2
|
@@ -30,7 +30,7 @@ const base_1 = require("../base");
|
|
|
30
30
|
const VendorTransactionApiAxiosParamCreator = function (configuration) {
|
|
31
31
|
return {
|
|
32
32
|
/**
|
|
33
|
-
* Returns the status of the transaction indicated by the specified
|
|
33
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
34
34
|
* @param {string} transactionId Previously returned in the response to the POST request of a specific transaction.
|
|
35
35
|
* @param {*} [options] Override http request option.
|
|
36
36
|
* @throws {RequiredError}
|
|
@@ -68,7 +68,7 @@ const VendorTransactionApiFp = function (configuration) {
|
|
|
68
68
|
const localVarAxiosParamCreator = (0, exports.VendorTransactionApiAxiosParamCreator)(configuration);
|
|
69
69
|
return {
|
|
70
70
|
/**
|
|
71
|
-
* Returns the status of the transaction indicated by the specified
|
|
71
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
72
72
|
* @param {string} transactionId Previously returned in the response to the POST request of a specific transaction.
|
|
73
73
|
* @param {*} [options] Override http request option.
|
|
74
74
|
* @throws {RequiredError}
|
|
@@ -90,7 +90,7 @@ const VendorTransactionApiFactory = function (configuration, basePath, axios) {
|
|
|
90
90
|
const localVarFp = (0, exports.VendorTransactionApiFp)(configuration);
|
|
91
91
|
return {
|
|
92
92
|
/**
|
|
93
|
-
* Returns the status of the transaction indicated by the specified
|
|
93
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
94
94
|
* @param {VendorTransactionApiGetTransactionStatusRequest} requestParameters Request parameters.
|
|
95
95
|
* @param {*} [options] Override http request option.
|
|
96
96
|
* @throws {RequiredError}
|
|
@@ -109,7 +109,7 @@ exports.VendorTransactionApiFactory = VendorTransactionApiFactory;
|
|
|
109
109
|
*/
|
|
110
110
|
class VendorTransactionApi extends base_1.BaseAPI {
|
|
111
111
|
/**
|
|
112
|
-
* Returns the status of the transaction indicated by the specified
|
|
112
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
113
113
|
* @param {VendorTransactionApiGetTransactionStatusRequest} requestParameters Request parameters.
|
|
114
114
|
* @param {*} [options] Override http request option.
|
|
115
115
|
* @throws {RequiredError}
|
|
@@ -24,7 +24,7 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
24
24
|
export const VendorTransactionApiAxiosParamCreator = function (configuration) {
|
|
25
25
|
return {
|
|
26
26
|
/**
|
|
27
|
-
* Returns the status of the transaction indicated by the specified
|
|
27
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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} transactionId Previously returned in the response to the POST request of a specific transaction.
|
|
29
29
|
* @param {*} [options] Override http request option.
|
|
30
30
|
* @throws {RequiredError}
|
|
@@ -61,7 +61,7 @@ export const VendorTransactionApiFp = function (configuration) {
|
|
|
61
61
|
const localVarAxiosParamCreator = VendorTransactionApiAxiosParamCreator(configuration);
|
|
62
62
|
return {
|
|
63
63
|
/**
|
|
64
|
-
* Returns the status of the transaction indicated by the specified
|
|
64
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
65
65
|
* @param {string} transactionId Previously returned in the response to the POST request of a specific transaction.
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
@@ -82,7 +82,7 @@ export const VendorTransactionApiFactory = function (configuration, basePath, ax
|
|
|
82
82
|
const localVarFp = VendorTransactionApiFp(configuration);
|
|
83
83
|
return {
|
|
84
84
|
/**
|
|
85
|
-
* Returns the status of the transaction indicated by the specified
|
|
85
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
86
86
|
* @param {VendorTransactionApiGetTransactionStatusRequest} requestParameters Request parameters.
|
|
87
87
|
* @param {*} [options] Override http request option.
|
|
88
88
|
* @throws {RequiredError}
|
|
@@ -100,7 +100,7 @@ export const VendorTransactionApiFactory = function (configuration, basePath, ax
|
|
|
100
100
|
*/
|
|
101
101
|
export class VendorTransactionApi extends BaseAPI {
|
|
102
102
|
/**
|
|
103
|
-
* Returns the status of the transaction indicated by the specified
|
|
103
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
104
104
|
* @param {VendorTransactionApiGetTransactionStatusRequest} requestParameters Request parameters.
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
106
106
|
* @throws {RequiredError}
|
|
@@ -20,7 +20,7 @@ import type { GetTransactionResponse } from '../models';
|
|
|
20
20
|
*/
|
|
21
21
|
export declare const VendorTransactionApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
22
|
/**
|
|
23
|
-
* Returns the status of the transaction indicated by the specified
|
|
23
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
24
24
|
* @param {string} transactionId Previously returned in the response to the POST request of a specific transaction.
|
|
25
25
|
* @param {*} [options] Override http request option.
|
|
26
26
|
* @throws {RequiredError}
|
|
@@ -33,7 +33,7 @@ export declare const VendorTransactionApiAxiosParamCreator: (configuration?: Con
|
|
|
33
33
|
*/
|
|
34
34
|
export declare const VendorTransactionApiFp: (configuration?: Configuration) => {
|
|
35
35
|
/**
|
|
36
|
-
* Returns the status of the transaction indicated by the specified
|
|
36
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
37
37
|
* @param {string} transactionId Previously returned in the response to the POST request of a specific transaction.
|
|
38
38
|
* @param {*} [options] Override http request option.
|
|
39
39
|
* @throws {RequiredError}
|
|
@@ -46,7 +46,7 @@ export declare const VendorTransactionApiFp: (configuration?: Configuration) =>
|
|
|
46
46
|
*/
|
|
47
47
|
export declare const VendorTransactionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
48
48
|
/**
|
|
49
|
-
* Returns the status of the transaction indicated by the specified
|
|
49
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
50
50
|
* @param {VendorTransactionApiGetTransactionStatusRequest} requestParameters Request parameters.
|
|
51
51
|
* @param {*} [options] Override http request option.
|
|
52
52
|
* @throws {RequiredError}
|
|
@@ -74,7 +74,7 @@ export interface VendorTransactionApiGetTransactionStatusRequest {
|
|
|
74
74
|
*/
|
|
75
75
|
export declare class VendorTransactionApi extends BaseAPI {
|
|
76
76
|
/**
|
|
77
|
-
* Returns the status of the transaction indicated by the specified
|
|
77
|
+
* Returns the status of the transaction indicated by the specified transactionId. **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).
|
|
78
78
|
* @param {VendorTransactionApiGetTransactionStatusRequest} requestParameters Request parameters.
|
|
79
79
|
* @param {*} [options] Override http request option.
|
|
80
80
|
* @throws {RequiredError}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { TransactionStatus } from './transaction-status';
|
|
13
13
|
/**
|
|
14
|
-
* The response schema for the
|
|
14
|
+
* The response schema for the getTransactionStatus operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface GetTransactionResponse
|
|
17
17
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/vendor-direct-fulfillment-transactions-api-v1",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Direct Fulfillment Transaction Status provides programmatic access to a direct fulfillment vendor's transaction status.",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.5.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"vendor direct fulfillment transactions api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "709bf500f3a6a5851b204903c5a0ea2afff80d9a"
|
|
44
44
|
}
|