@sp-api-sdk/fulfillment-inbound-api-v0 2.2.0 → 2.3.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/src/api-model/api/fba-inbound-api.js +116 -28
- package/dist/cjs/src/api-model/base.js +7 -2
- package/dist/cjs/src/api-model/common.js +1 -1
- package/dist/cjs/src/api-model/configuration.js +8 -0
- package/dist/es/src/api-model/api/fba-inbound-api.js +116 -28
- package/dist/es/src/api-model/base.js +6 -1
- package/dist/es/src/api-model/common.js +1 -1
- package/dist/es/src/api-model/configuration.js +8 -0
- package/dist/types/src/api-model/api/fba-inbound-api.d.ts +159 -98
- package/dist/types/src/api-model/base.d.ts +14 -2
- package/dist/types/src/api-model/configuration.d.ts +8 -0
- package/dist/types/src/api-model/models/amazon-prep-fees-details.d.ts +2 -2
- package/dist/types/src/api-model/models/amount.d.ts +1 -1
- package/dist/types/src/api-model/models/asininbound-guidance.d.ts +2 -2
- package/dist/types/src/api-model/models/asinprep-instructions.d.ts +3 -3
- package/dist/types/src/api-model/models/box-contents-fee-details.d.ts +1 -1
- package/dist/types/src/api-model/models/common-transport-result.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-preorder-response.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-transport-response.d.ts +1 -1
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-request.d.ts +3 -3
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-response.d.ts +1 -1
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-result.d.ts +1 -1
- package/dist/types/src/api-model/models/dimensions.d.ts +1 -1
- package/dist/types/src/api-model/models/estimate-transport-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-bill-of-lading-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-inbound-guidance-result.d.ts +4 -4
- package/dist/types/src/api-model/models/get-labels-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-preorder-info-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-prep-instructions-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-prep-instructions-result.d.ts +4 -4
- package/dist/types/src/api-model/models/get-shipment-items-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipment-items-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipments-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipments-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-transport-details-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-transport-details-result.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-header.d.ts +4 -4
- package/dist/types/src/api-model/models/inbound-shipment-info.d.ts +5 -5
- package/dist/types/src/api-model/models/inbound-shipment-item.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-plan-item.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-plan-request-item.d.ts +2 -2
- package/dist/types/src/api-model/models/inbound-shipment-plan.d.ts +4 -4
- package/dist/types/src/api-model/models/inbound-shipment-request.d.ts +2 -2
- package/dist/types/src/api-model/models/inbound-shipment-response.d.ts +1 -1
- package/dist/types/src/api-model/models/invalid-asin.d.ts +1 -1
- package/dist/types/src/api-model/models/invalid-sku.d.ts +1 -1
- package/dist/types/src/api-model/models/non-partnered-small-parcel-data-input.d.ts +1 -1
- package/dist/types/src/api-model/models/non-partnered-small-parcel-data-output.d.ts +1 -1
- package/dist/types/src/api-model/models/non-partnered-small-parcel-package-output.d.ts +1 -1
- package/dist/types/src/api-model/models/pallet.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-estimate.d.ts +1 -1
- package/dist/types/src/api-model/models/partnered-ltl-data-input.d.ts +5 -5
- package/dist/types/src/api-model/models/partnered-ltl-data-output.d.ts +6 -6
- package/dist/types/src/api-model/models/partnered-small-parcel-data-input.d.ts +1 -1
- package/dist/types/src/api-model/models/partnered-small-parcel-data-output.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-small-parcel-package-input.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-small-parcel-package-output.d.ts +3 -3
- package/dist/types/src/api-model/models/prep-details.d.ts +2 -2
- package/dist/types/src/api-model/models/put-transport-details-request.d.ts +2 -2
- package/dist/types/src/api-model/models/put-transport-details-response.d.ts +1 -1
- package/dist/types/src/api-model/models/skuinbound-guidance.d.ts +2 -2
- package/dist/types/src/api-model/models/skuprep-instructions.d.ts +4 -4
- package/dist/types/src/api-model/models/transport-content.d.ts +3 -3
- package/dist/types/src/api-model/models/transport-detail-input.d.ts +4 -4
- package/dist/types/src/api-model/models/transport-detail-output.d.ts +4 -4
- package/dist/types/src/api-model/models/transport-header.d.ts +1 -1
- package/dist/types/src/api-model/models/transport-result.d.ts +1 -1
- package/dist/types/src/api-model/models/void-transport-response.d.ts +1 -1
- package/dist/types/src/api-model/models/weight.d.ts +1 -1
- package/package.json +4 -4
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { CommonTransportResult } from './common-transport-result';
|
|
12
|
+
import type { CommonTransportResult } from './common-transport-result';
|
|
13
13
|
/**
|
|
14
14
|
* Workflow status for a shipment with an Amazon-partnered carrier.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { GuidanceReason } from './guidance-reason';
|
|
13
|
-
import { InboundGuidance } from './inbound-guidance';
|
|
12
|
+
import type { GuidanceReason } from './guidance-reason';
|
|
13
|
+
import type { InboundGuidance } from './inbound-guidance';
|
|
14
14
|
/**
|
|
15
15
|
* Reasons why a given seller SKU is not recommended for shipment to Amazon\'s fulfillment network.
|
|
16
16
|
* @export
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AmazonPrepFeesDetails } from './amazon-prep-fees-details';
|
|
13
|
-
import { BarcodeInstruction } from './barcode-instruction';
|
|
14
|
-
import { PrepGuidance } from './prep-guidance';
|
|
15
|
-
import { PrepInstruction } from './prep-instruction';
|
|
12
|
+
import type { AmazonPrepFeesDetails } from './amazon-prep-fees-details';
|
|
13
|
+
import type { BarcodeInstruction } from './barcode-instruction';
|
|
14
|
+
import type { PrepGuidance } from './prep-guidance';
|
|
15
|
+
import type { PrepInstruction } from './prep-instruction';
|
|
16
16
|
/**
|
|
17
17
|
* Labeling requirements and item preparation instructions to help you prepare items for shipment to Amazon\'s fulfillment network.
|
|
18
18
|
* @export
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { TransportDetailOutput } from './transport-detail-output';
|
|
13
|
-
import { TransportHeader } from './transport-header';
|
|
14
|
-
import { TransportResult } from './transport-result';
|
|
12
|
+
import type { TransportDetailOutput } from './transport-detail-output';
|
|
13
|
+
import type { TransportHeader } from './transport-header';
|
|
14
|
+
import type { TransportResult } from './transport-result';
|
|
15
15
|
/**
|
|
16
16
|
* Inbound shipment information, including carrier details, shipment status, and the workflow status for a request for shipment with an Amazon-partnered carrier.
|
|
17
17
|
* @export
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { NonPartneredLtlDataInput } from './non-partnered-ltl-data-input';
|
|
13
|
-
import { NonPartneredSmallParcelDataInput } from './non-partnered-small-parcel-data-input';
|
|
14
|
-
import { PartneredLtlDataInput } from './partnered-ltl-data-input';
|
|
15
|
-
import { PartneredSmallParcelDataInput } from './partnered-small-parcel-data-input';
|
|
12
|
+
import type { NonPartneredLtlDataInput } from './non-partnered-ltl-data-input';
|
|
13
|
+
import type { NonPartneredSmallParcelDataInput } from './non-partnered-small-parcel-data-input';
|
|
14
|
+
import type { PartneredLtlDataInput } from './partnered-ltl-data-input';
|
|
15
|
+
import type { PartneredSmallParcelDataInput } from './partnered-small-parcel-data-input';
|
|
16
16
|
/**
|
|
17
17
|
* Information required to create an Amazon-partnered carrier shipping estimate, or to alert the Amazon fulfillment center to the arrival of an inbound shipment by a non-Amazon-partnered carrier.
|
|
18
18
|
* @export
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { NonPartneredLtlDataOutput } from './non-partnered-ltl-data-output';
|
|
13
|
-
import { NonPartneredSmallParcelDataOutput } from './non-partnered-small-parcel-data-output';
|
|
14
|
-
import { PartneredLtlDataOutput } from './partnered-ltl-data-output';
|
|
15
|
-
import { PartneredSmallParcelDataOutput } from './partnered-small-parcel-data-output';
|
|
12
|
+
import type { NonPartneredLtlDataOutput } from './non-partnered-ltl-data-output';
|
|
13
|
+
import type { NonPartneredSmallParcelDataOutput } from './non-partnered-small-parcel-data-output';
|
|
14
|
+
import type { PartneredLtlDataOutput } from './partnered-ltl-data-output';
|
|
15
|
+
import type { PartneredSmallParcelDataOutput } from './partnered-small-parcel-data-output';
|
|
16
16
|
/**
|
|
17
17
|
* Inbound shipment information, including carrier details and shipment status.
|
|
18
18
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ShipmentType } from './shipment-type';
|
|
12
|
+
import type { ShipmentType } from './shipment-type';
|
|
13
13
|
/**
|
|
14
14
|
* The shipping identifier, information about whether the shipment is by an Amazon-partnered carrier, and information about whether the shipment is Small Parcel or Less Than Truckload/Full Truckload (LTL/FTL).
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { TransportStatus } from './transport-status';
|
|
12
|
+
import type { TransportStatus } from './transport-status';
|
|
13
13
|
/**
|
|
14
14
|
* The workflow status for a shipment with an Amazon-partnered carrier.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { CommonTransportResult } from './common-transport-result';
|
|
12
|
+
import type { CommonTransportResult } from './common-transport-result';
|
|
13
13
|
/**
|
|
14
14
|
* The response schema for the voidTransport operation.
|
|
15
15
|
* @export
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/fulfillment-inbound-api-v0",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.3.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.0.
|
|
22
|
-
"axios": "^1.
|
|
21
|
+
"@sp-api-sdk/common": "2.0.8",
|
|
22
|
+
"axios": "^1.7.0"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"fulfillment inbound api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "5a245a25a9f1765c825e2178668d4b0f4e44689b"
|
|
44
44
|
}
|