@sp-api-sdk/fulfillment-inbound-api-v0 2.5.2 → 2.6.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.
|
@@ -228,7 +228,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
228
228
|
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
229
229
|
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
230
230
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
231
|
-
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed.
|
|
231
|
+
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code.
|
|
232
232
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
233
233
|
* @param {number} [pageSize] The page size for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000.
|
|
234
234
|
* @param {number} [pageStartIndex] The page start index for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments.
|
|
@@ -723,7 +723,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
723
723
|
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
724
724
|
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
725
725
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
726
|
-
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed.
|
|
726
|
+
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code.
|
|
727
727
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
728
728
|
* @param {number} [pageSize] The page size for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000.
|
|
729
729
|
* @param {number} [pageStartIndex] The page start index for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments.
|
|
@@ -222,7 +222,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
222
222
|
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
223
223
|
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
224
224
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
225
|
-
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed.
|
|
225
|
+
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code.
|
|
226
226
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
227
227
|
* @param {number} [pageSize] The page size for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000.
|
|
228
228
|
* @param {number} [pageStartIndex] The page start index for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments.
|
|
@@ -716,7 +716,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
716
716
|
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
717
717
|
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
718
718
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
719
|
-
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed.
|
|
719
|
+
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code.
|
|
720
720
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
721
721
|
* @param {number} [pageSize] The page size for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000.
|
|
722
722
|
* @param {number} [pageStartIndex] The page start index for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments.
|
|
@@ -91,7 +91,7 @@ export declare const FbaInboundApiAxiosParamCreator: (configuration?: Configurat
|
|
|
91
91
|
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
92
92
|
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
93
93
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
94
|
-
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed.
|
|
94
|
+
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code.
|
|
95
95
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
96
96
|
* @param {number} [pageSize] The page size for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000.
|
|
97
97
|
* @param {number} [pageStartIndex] The page start index for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments.
|
|
@@ -245,7 +245,7 @@ export declare const FbaInboundApiFp: (configuration?: Configuration) => {
|
|
|
245
245
|
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
246
246
|
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
247
247
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
248
|
-
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed.
|
|
248
|
+
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code.
|
|
249
249
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
250
250
|
* @param {number} [pageSize] The page size for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000.
|
|
251
251
|
* @param {number} [pageStartIndex] The page start index for paginating through the total packages\' labels. This is a required parameter for Non-Partnered LTL Shipments.
|
|
@@ -593,7 +593,7 @@ export interface FbaInboundApiGetLabelsRequest {
|
|
|
593
593
|
*/
|
|
594
594
|
readonly numberOfPackages?: number;
|
|
595
595
|
/**
|
|
596
|
-
* A list of identifiers that specify packages for which you want package labels printed.
|
|
596
|
+
* A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code.
|
|
597
597
|
* @type {Array<string>}
|
|
598
598
|
* @memberof FbaInboundApiGetLabels
|
|
599
599
|
*/
|
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.6.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
|
"fulfillment inbound api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "0a48a89c0015f6d84095dc347c5e2dc7b01feb08"
|
|
44
44
|
}
|