@sp-api-sdk/vendor-direct-fulfillment-transactions-api-v1 2.1.1 → 2.2.1
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/src/api-model/api/vendor-transaction-api.js +4 -4
- package/dist/es/src/api-model/api/vendor-transaction-api.js +4 -4
- package/dist/types/src/api-model/api/vendor-transaction-api.d.ts +4 -4
- package/dist/types/src/api-model/common.d.ts +0 -1
- package/dist/types/src/api-model/models/get-transaction-response.d.ts +1 -1
- package/dist/types/src/api-model/models/transaction-status.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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 transactionId
|
|
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 are applied to the operation, when available. The preceding table 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, refer to [Usage Plans and Rate Limits in the SP-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}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="node" />
|
|
13
12
|
import type { Configuration } from "./configuration";
|
|
14
13
|
import type { RequestArgs } from "./base";
|
|
15
14
|
import type { AxiosInstance, AxiosResponse } from 'axios';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { TransactionStatus } from './transaction-status';
|
|
13
13
|
/**
|
|
14
|
-
* The response schema for the getTransactionStatus operation.
|
|
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.2.1",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.0.
|
|
21
|
+
"@sp-api-sdk/common": "2.0.11",
|
|
22
22
|
"axios": "^1.7.2"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"vendor direct fulfillment transactions api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "6f3dfd53cad528b970ec29dfd12b0105b351464b"
|
|
44
44
|
}
|