@sp-api-sdk/fba-inbound-eligibility-api-v1 4.2.0 → 5.1.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/README.md +7 -8
- package/dist/index.cjs +346 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +326 -0
- package/dist/index.d.ts +326 -0
- package/dist/index.js +314 -0
- package/dist/index.js.map +1 -0
- package/package.json +26 -12
- package/dist/cjs/api-model/api/fba-inbound-eligibility-api.js +0 -134
- package/dist/cjs/api-model/api.js +0 -30
- package/dist/cjs/api-model/base.js +0 -52
- package/dist/cjs/api-model/common.js +0 -123
- package/dist/cjs/api-model/configuration.js +0 -98
- package/dist/cjs/api-model/index.js +0 -32
- package/dist/cjs/api-model/models/get-item-eligibility-preview-response.js +0 -15
- package/dist/cjs/api-model/models/index.js +0 -19
- package/dist/cjs/api-model/models/item-eligibility-preview.js +0 -63
- package/dist/cjs/api-model/models/model-error.js +0 -15
- package/dist/cjs/client.js +0 -21
- package/dist/cjs/index.js +0 -19
- package/dist/es/api-model/api/fba-inbound-eligibility-api.js +0 -124
- package/dist/es/api-model/api.js +0 -14
- package/dist/es/api-model/base.js +0 -44
- package/dist/es/api-model/common.js +0 -110
- package/dist/es/api-model/configuration.js +0 -94
- package/dist/es/api-model/index.js +0 -16
- package/dist/es/api-model/models/get-item-eligibility-preview-response.js +0 -14
- package/dist/es/api-model/models/index.js +0 -3
- package/dist/es/api-model/models/item-eligibility-preview.js +0 -60
- package/dist/es/api-model/models/model-error.js +0 -14
- package/dist/es/client.js +0 -17
- package/dist/es/index.js +0 -3
- package/dist/types/api-model/api/fba-inbound-eligibility-api.d.ts +0 -90
- package/dist/types/api-model/api.d.ts +0 -12
- package/dist/types/api-model/base.d.ts +0 -42
- package/dist/types/api-model/common.d.ts +0 -34
- package/dist/types/api-model/configuration.d.ts +0 -98
- package/dist/types/api-model/index.d.ts +0 -14
- package/dist/types/api-model/models/get-item-eligibility-preview-response.d.ts +0 -22
- package/dist/types/api-model/models/index.d.ts +0 -3
- package/dist/types/api-model/models/item-eligibility-preview.d.ts +0 -85
- package/dist/types/api-model/models/model-error.d.ts +0 -28
- package/dist/types/client.d.ts +0 -6
- package/dist/types/index.d.ts +0 -3
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for FBA Inbound Eligibilty
|
|
3
|
-
* With the FBA Inbound Eligibility API, you can build applications that let sellers get eligibility previews for items before shipping them to Amazon\'s fulfillment centers. With this API you can find out if an item is eligible for inbound shipment to Amazon\'s fulfillment centers in a specific marketplace. You can also find out if an item is eligible for using the manufacturer barcode for FBA inventory tracking. Sellers can use this information to inform their decisions about which items to ship Amazon\'s fulfillment centers.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ItemEligibilityPreview } from './item-eligibility-preview';
|
|
13
|
-
/**
|
|
14
|
-
* The response schema for the getItemEligibilityPreview operation.
|
|
15
|
-
*/
|
|
16
|
-
export interface GetItemEligibilityPreviewResponse {
|
|
17
|
-
'payload'?: ItemEligibilityPreview;
|
|
18
|
-
/**
|
|
19
|
-
* A list of error responses returned when a request is unsuccessful.
|
|
20
|
-
*/
|
|
21
|
-
'errors'?: Array<Error>;
|
|
22
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for FBA Inbound Eligibilty
|
|
3
|
-
* With the FBA Inbound Eligibility API, you can build applications that let sellers get eligibility previews for items before shipping them to Amazon\'s fulfillment centers. With this API you can find out if an item is eligible for inbound shipment to Amazon\'s fulfillment centers in a specific marketplace. You can also find out if an item is eligible for using the manufacturer barcode for FBA inventory tracking. Sellers can use this information to inform their decisions about which items to ship Amazon\'s fulfillment centers.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* The response object which contains the ASIN, marketplaceId if required, eligibility program, the eligibility status (boolean), and a list of ineligibility reason codes.
|
|
14
|
-
*/
|
|
15
|
-
export interface ItemEligibilityPreview {
|
|
16
|
-
/**
|
|
17
|
-
* The ASIN for which eligibility was determined.
|
|
18
|
-
*/
|
|
19
|
-
'asin': string;
|
|
20
|
-
/**
|
|
21
|
-
* The marketplace for which eligibility was determined.
|
|
22
|
-
*/
|
|
23
|
-
'marketplaceId'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* The program for which eligibility was determined.
|
|
26
|
-
*/
|
|
27
|
-
'program': ItemEligibilityPreviewProgramEnum;
|
|
28
|
-
/**
|
|
29
|
-
* Indicates if the item is eligible for the program.
|
|
30
|
-
*/
|
|
31
|
-
'isEligibleForProgram': boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Potential Ineligibility Reason Codes.
|
|
34
|
-
*/
|
|
35
|
-
'ineligibilityReasonList'?: Array<ItemEligibilityPreviewIneligibilityReasonListEnum>;
|
|
36
|
-
}
|
|
37
|
-
export declare const ItemEligibilityPreviewProgramEnum: {
|
|
38
|
-
readonly Inbound: "INBOUND";
|
|
39
|
-
readonly Commingling: "COMMINGLING";
|
|
40
|
-
};
|
|
41
|
-
export type ItemEligibilityPreviewProgramEnum = typeof ItemEligibilityPreviewProgramEnum[keyof typeof ItemEligibilityPreviewProgramEnum];
|
|
42
|
-
export declare const ItemEligibilityPreviewIneligibilityReasonListEnum: {
|
|
43
|
-
readonly FbaInb0004: "FBA_INB_0004";
|
|
44
|
-
readonly FbaInb0006: "FBA_INB_0006";
|
|
45
|
-
readonly FbaInb0007: "FBA_INB_0007";
|
|
46
|
-
readonly FbaInb0008: "FBA_INB_0008";
|
|
47
|
-
readonly FbaInb0009: "FBA_INB_0009";
|
|
48
|
-
readonly FbaInb0010: "FBA_INB_0010";
|
|
49
|
-
readonly FbaInb0011: "FBA_INB_0011";
|
|
50
|
-
readonly FbaInb0012: "FBA_INB_0012";
|
|
51
|
-
readonly FbaInb0013: "FBA_INB_0013";
|
|
52
|
-
readonly FbaInb0014: "FBA_INB_0014";
|
|
53
|
-
readonly FbaInb0015: "FBA_INB_0015";
|
|
54
|
-
readonly FbaInb0016: "FBA_INB_0016";
|
|
55
|
-
readonly FbaInb0017: "FBA_INB_0017";
|
|
56
|
-
readonly FbaInb0018: "FBA_INB_0018";
|
|
57
|
-
readonly FbaInb0019: "FBA_INB_0019";
|
|
58
|
-
readonly FbaInb0034: "FBA_INB_0034";
|
|
59
|
-
readonly FbaInb0035: "FBA_INB_0035";
|
|
60
|
-
readonly FbaInb0036: "FBA_INB_0036";
|
|
61
|
-
readonly FbaInb0037: "FBA_INB_0037";
|
|
62
|
-
readonly FbaInb0038: "FBA_INB_0038";
|
|
63
|
-
readonly FbaInb0050: "FBA_INB_0050";
|
|
64
|
-
readonly FbaInb0051: "FBA_INB_0051";
|
|
65
|
-
readonly FbaInb0053: "FBA_INB_0053";
|
|
66
|
-
readonly FbaInb0055: "FBA_INB_0055";
|
|
67
|
-
readonly FbaInb0056: "FBA_INB_0056";
|
|
68
|
-
readonly FbaInb0059: "FBA_INB_0059";
|
|
69
|
-
readonly FbaInb0065: "FBA_INB_0065";
|
|
70
|
-
readonly FbaInb0066: "FBA_INB_0066";
|
|
71
|
-
readonly FbaInb0067: "FBA_INB_0067";
|
|
72
|
-
readonly FbaInb0068: "FBA_INB_0068";
|
|
73
|
-
readonly FbaInb0095: "FBA_INB_0095";
|
|
74
|
-
readonly FbaInb0097: "FBA_INB_0097";
|
|
75
|
-
readonly FbaInb0098: "FBA_INB_0098";
|
|
76
|
-
readonly FbaInb0099: "FBA_INB_0099";
|
|
77
|
-
readonly FbaInb0100: "FBA_INB_0100";
|
|
78
|
-
readonly FbaInb0103: "FBA_INB_0103";
|
|
79
|
-
readonly FbaInb0104: "FBA_INB_0104";
|
|
80
|
-
readonly FbaInb0197: "FBA_INB_0197";
|
|
81
|
-
readonly FbaInb0342: "FBA_INB_0342";
|
|
82
|
-
readonly FbaInb0465: "FBA_INB_0465";
|
|
83
|
-
readonly UnknownInbErrorCode: "UNKNOWN_INB_ERROR_CODE";
|
|
84
|
-
};
|
|
85
|
-
export type ItemEligibilityPreviewIneligibilityReasonListEnum = typeof ItemEligibilityPreviewIneligibilityReasonListEnum[keyof typeof ItemEligibilityPreviewIneligibilityReasonListEnum];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for FBA Inbound Eligibilty
|
|
3
|
-
* With the FBA Inbound Eligibility API, you can build applications that let sellers get eligibility previews for items before shipping them to Amazon\'s fulfillment centers. With this API you can find out if an item is eligible for inbound shipment to Amazon\'s fulfillment centers in a specific marketplace. You can also find out if an item is eligible for using the manufacturer barcode for FBA inventory tracking. Sellers can use this information to inform their decisions about which items to ship Amazon\'s fulfillment centers.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Error response returned when the request is unsuccessful.
|
|
14
|
-
*/
|
|
15
|
-
export interface ModelError {
|
|
16
|
-
/**
|
|
17
|
-
* An error code that identifies the type of error that occurred.
|
|
18
|
-
*/
|
|
19
|
-
'code': string;
|
|
20
|
-
/**
|
|
21
|
-
* A message that describes the error condition in a human-readable form.
|
|
22
|
-
*/
|
|
23
|
-
'message'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Additional information that can help the caller understand or fix the issue.
|
|
26
|
-
*/
|
|
27
|
-
'details'?: string;
|
|
28
|
-
}
|
package/dist/types/client.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
|
|
2
|
-
import { FbaInboundEligibilityApi } from './api-model';
|
|
3
|
-
export declare const clientRateLimits: RateLimit[];
|
|
4
|
-
export declare class FbaInboundEligibilityApiClient extends FbaInboundEligibilityApi {
|
|
5
|
-
constructor(configuration: ClientConfiguration);
|
|
6
|
-
}
|
package/dist/types/index.d.ts
DELETED