@sp-api-sdk/fulfillment-outbound-api-2020-07-01 2.1.0 → 2.2.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.
Files changed (52) hide show
  1. package/dist/cjs/src/api-model/api/fba-outbound-api.js +39 -13
  2. package/dist/cjs/src/api-model/base.js +7 -2
  3. package/dist/cjs/src/api-model/common.js +1 -1
  4. package/dist/cjs/src/api-model/configuration.js +8 -0
  5. package/dist/es/src/api-model/api/fba-outbound-api.js +40 -14
  6. package/dist/es/src/api-model/base.js +6 -1
  7. package/dist/es/src/api-model/common.js +1 -1
  8. package/dist/es/src/api-model/configuration.js +8 -0
  9. package/dist/types/src/api-model/api/fba-outbound-api.d.ts +72 -72
  10. package/dist/types/src/api-model/base.d.ts +14 -2
  11. package/dist/types/src/api-model/configuration.d.ts +8 -0
  12. package/dist/types/src/api-model/models/codsettings.d.ts +1 -1
  13. package/dist/types/src/api-model/models/create-fulfillment-order-item.d.ts +1 -1
  14. package/dist/types/src/api-model/models/create-fulfillment-order-request.d.ts +9 -9
  15. package/dist/types/src/api-model/models/create-fulfillment-return-request.d.ts +1 -1
  16. package/dist/types/src/api-model/models/create-fulfillment-return-response.d.ts +1 -1
  17. package/dist/types/src/api-model/models/create-fulfillment-return-result.d.ts +3 -3
  18. package/dist/types/src/api-model/models/fee.d.ts +1 -1
  19. package/dist/types/src/api-model/models/fulfillment-order-item.d.ts +1 -1
  20. package/dist/types/src/api-model/models/fulfillment-order.d.ts +8 -8
  21. package/dist/types/src/api-model/models/fulfillment-preview-item.d.ts +1 -1
  22. package/dist/types/src/api-model/models/fulfillment-preview-shipment.d.ts +1 -1
  23. package/dist/types/src/api-model/models/fulfillment-preview.d.ts +7 -7
  24. package/dist/types/src/api-model/models/fulfillment-shipment.d.ts +2 -2
  25. package/dist/types/src/api-model/models/get-feature-inventory-response.d.ts +1 -1
  26. package/dist/types/src/api-model/models/get-feature-inventory-result.d.ts +1 -1
  27. package/dist/types/src/api-model/models/get-feature-sku-response.d.ts +1 -1
  28. package/dist/types/src/api-model/models/get-feature-sku-result.d.ts +1 -1
  29. package/dist/types/src/api-model/models/get-features-response.d.ts +1 -1
  30. package/dist/types/src/api-model/models/get-features-result.d.ts +1 -1
  31. package/dist/types/src/api-model/models/get-fulfillment-order-response.d.ts +1 -1
  32. package/dist/types/src/api-model/models/get-fulfillment-order-result.d.ts +6 -6
  33. package/dist/types/src/api-model/models/get-fulfillment-preview-item.d.ts +1 -1
  34. package/dist/types/src/api-model/models/get-fulfillment-preview-request.d.ts +4 -4
  35. package/dist/types/src/api-model/models/get-fulfillment-preview-response.d.ts +1 -1
  36. package/dist/types/src/api-model/models/get-fulfillment-preview-result.d.ts +1 -1
  37. package/dist/types/src/api-model/models/get-package-tracking-details-response.d.ts +1 -1
  38. package/dist/types/src/api-model/models/invalid-item-reason.d.ts +1 -1
  39. package/dist/types/src/api-model/models/invalid-return-item.d.ts +1 -1
  40. package/dist/types/src/api-model/models/list-all-fulfillment-orders-response.d.ts +1 -1
  41. package/dist/types/src/api-model/models/list-all-fulfillment-orders-result.d.ts +1 -1
  42. package/dist/types/src/api-model/models/list-return-reason-codes-response.d.ts +1 -1
  43. package/dist/types/src/api-model/models/list-return-reason-codes-result.d.ts +1 -1
  44. package/dist/types/src/api-model/models/package-tracking-details.d.ts +4 -4
  45. package/dist/types/src/api-model/models/return-authorization.d.ts +1 -1
  46. package/dist/types/src/api-model/models/return-item.d.ts +2 -2
  47. package/dist/types/src/api-model/models/scheduled-delivery-info.d.ts +1 -1
  48. package/dist/types/src/api-model/models/submit-fulfillment-order-status-update-request.d.ts +1 -1
  49. package/dist/types/src/api-model/models/tracking-event.d.ts +2 -2
  50. package/dist/types/src/api-model/models/update-fulfillment-order-item.d.ts +1 -1
  51. package/dist/types/src/api-model/models/update-fulfillment-order-request.d.ts +6 -6
  52. package/package.json +5 -5
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Money } from './money';
12
+ import type { Money } from './money';
13
13
  /**
14
14
  * The COD (Cash On Delivery) charges that you associate with a COD fulfillment order.
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 { Money } from './money';
12
+ import type { Money } from './money';
13
13
  /**
14
14
  * Item information for creating a fulfillment order.
15
15
  * @export
@@ -9,15 +9,15 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { CODSettings } from './codsettings';
14
- import { CreateFulfillmentOrderItem } from './create-fulfillment-order-item';
15
- import { DeliveryWindow } from './delivery-window';
16
- import { FeatureSettings } from './feature-settings';
17
- import { FulfillmentAction } from './fulfillment-action';
18
- import { FulfillmentPolicy } from './fulfillment-policy';
19
- import { PaymentInformation } from './payment-information';
20
- import { ShippingSpeedCategory } from './shipping-speed-category';
12
+ import type { Address } from './address';
13
+ import type { CODSettings } from './codsettings';
14
+ import type { CreateFulfillmentOrderItem } from './create-fulfillment-order-item';
15
+ import type { DeliveryWindow } from './delivery-window';
16
+ import type { FeatureSettings } from './feature-settings';
17
+ import type { FulfillmentAction } from './fulfillment-action';
18
+ import type { FulfillmentPolicy } from './fulfillment-policy';
19
+ import type { PaymentInformation } from './payment-information';
20
+ import type { ShippingSpeedCategory } from './shipping-speed-category';
21
21
  /**
22
22
  * The request body schema for the `createFulfillmentOrder` operation.
23
23
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CreateReturnItem } from './create-return-item';
12
+ import type { CreateReturnItem } from './create-return-item';
13
13
  /**
14
14
  * The `createFulfillmentReturn` operation creates a fulfillment return for items that were fulfilled using the `createFulfillmentOrder` operation. For calls to `createFulfillmentReturn`, you must include `ReturnReasonCode` values returned by a previous call to the `listReturnReasonCodes` operation.
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 { CreateFulfillmentReturnResult } from './create-fulfillment-return-result';
12
+ import type { CreateFulfillmentReturnResult } from './create-fulfillment-return-result';
13
13
  /**
14
14
  * The response schema for the `createFulfillmentReturn` operation.
15
15
  * @export
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InvalidReturnItem } from './invalid-return-item';
13
- import { ReturnAuthorization } from './return-authorization';
14
- import { ReturnItem } from './return-item';
12
+ import type { InvalidReturnItem } from './invalid-return-item';
13
+ import type { ReturnAuthorization } from './return-authorization';
14
+ import type { ReturnItem } from './return-item';
15
15
  /**
16
16
  *
17
17
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Money } from './money';
12
+ import type { Money } from './money';
13
13
  /**
14
14
  * Fee type and cost.
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 { Money } from './money';
12
+ import type { Money } from './money';
13
13
  /**
14
14
  * Item information for a fulfillment order.
15
15
  * @export
@@ -9,14 +9,14 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { CODSettings } from './codsettings';
14
- import { DeliveryWindow } from './delivery-window';
15
- import { FeatureSettings } from './feature-settings';
16
- import { FulfillmentAction } from './fulfillment-action';
17
- import { FulfillmentOrderStatus } from './fulfillment-order-status';
18
- import { FulfillmentPolicy } from './fulfillment-policy';
19
- import { ShippingSpeedCategory } from './shipping-speed-category';
12
+ import type { Address } from './address';
13
+ import type { CODSettings } from './codsettings';
14
+ import type { DeliveryWindow } from './delivery-window';
15
+ import type { FeatureSettings } from './feature-settings';
16
+ import type { FulfillmentAction } from './fulfillment-action';
17
+ import type { FulfillmentOrderStatus } from './fulfillment-order-status';
18
+ import type { FulfillmentPolicy } from './fulfillment-policy';
19
+ import type { ShippingSpeedCategory } from './shipping-speed-category';
20
20
  /**
21
21
  * General information about a fulfillment order, including its status.
22
22
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Weight } from './weight';
12
+ import type { Weight } from './weight';
13
13
  /**
14
14
  * Item information for a shipment in a fulfillment order preview.
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 { FulfillmentPreviewItem } from './fulfillment-preview-item';
12
+ import type { FulfillmentPreviewItem } from './fulfillment-preview-item';
13
13
  /**
14
14
  * Delivery and item information for a shipment in a fulfillment order preview.
15
15
  * @export
@@ -9,13 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { FeatureSettings } from './feature-settings';
13
- import { Fee } from './fee';
14
- import { FulfillmentPreviewShipment } from './fulfillment-preview-shipment';
15
- import { ScheduledDeliveryInfo } from './scheduled-delivery-info';
16
- import { ShippingSpeedCategory } from './shipping-speed-category';
17
- import { UnfulfillablePreviewItem } from './unfulfillable-preview-item';
18
- import { Weight } from './weight';
12
+ import type { FeatureSettings } from './feature-settings';
13
+ import type { Fee } from './fee';
14
+ import type { FulfillmentPreviewShipment } from './fulfillment-preview-shipment';
15
+ import type { ScheduledDeliveryInfo } from './scheduled-delivery-info';
16
+ import type { ShippingSpeedCategory } from './shipping-speed-category';
17
+ import type { UnfulfillablePreviewItem } from './unfulfillable-preview-item';
18
+ import type { Weight } from './weight';
19
19
  /**
20
20
  * Information about a fulfillment order preview, including delivery and fee information based on shipping method.
21
21
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { FulfillmentShipmentItem } from './fulfillment-shipment-item';
13
- import { FulfillmentShipmentPackage } from './fulfillment-shipment-package';
12
+ import type { FulfillmentShipmentItem } from './fulfillment-shipment-item';
13
+ import type { FulfillmentShipmentPackage } from './fulfillment-shipment-package';
14
14
  /**
15
15
  * Delivery and item information for a shipment in a fulfillment order.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetFeatureInventoryResult } from './get-feature-inventory-result';
12
+ import type { GetFeatureInventoryResult } from './get-feature-inventory-result';
13
13
  /**
14
14
  * The breakdown of eligibility inventory by feature.
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 { FeatureSku } from './feature-sku';
12
+ import type { FeatureSku } from './feature-sku';
13
13
  /**
14
14
  * The payload for the `getEligibileInventory` operation.
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 { GetFeatureSkuResult } from './get-feature-sku-result';
12
+ import type { GetFeatureSkuResult } from './get-feature-sku-result';
13
13
  /**
14
14
  * The response schema for the `getFeatureSKU` operation.
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 { FeatureSku } from './feature-sku';
12
+ import type { FeatureSku } from './feature-sku';
13
13
  /**
14
14
  * The payload for the `getFeatureSKU` operation.
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 { GetFeaturesResult } from './get-features-result';
12
+ import type { GetFeaturesResult } from './get-features-result';
13
13
  /**
14
14
  * The response schema for the `getFeatures` operation.
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 { Feature } from './feature';
12
+ import type { Feature } from './feature';
13
13
  /**
14
14
  * The payload for the `getFeatures` operation.
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 { GetFulfillmentOrderResult } from './get-fulfillment-order-result';
12
+ import type { GetFulfillmentOrderResult } from './get-fulfillment-order-result';
13
13
  /**
14
14
  * The response schema for the `getFulfillmentOrder` operation.
15
15
  * @export
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { FulfillmentOrder } from './fulfillment-order';
13
- import { FulfillmentOrderItem } from './fulfillment-order-item';
14
- import { FulfillmentShipment } from './fulfillment-shipment';
15
- import { PaymentInformation } from './payment-information';
16
- import { ReturnAuthorization } from './return-authorization';
17
- import { ReturnItem } from './return-item';
12
+ import type { FulfillmentOrder } from './fulfillment-order';
13
+ import type { FulfillmentOrderItem } from './fulfillment-order-item';
14
+ import type { FulfillmentShipment } from './fulfillment-shipment';
15
+ import type { PaymentInformation } from './payment-information';
16
+ import type { ReturnAuthorization } from './return-authorization';
17
+ import type { ReturnItem } from './return-item';
18
18
  /**
19
19
  *
20
20
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Money } from './money';
12
+ import type { Money } from './money';
13
13
  /**
14
14
  * Item information for a fulfillment order preview.
15
15
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { FeatureSettings } from './feature-settings';
14
- import { GetFulfillmentPreviewItem } from './get-fulfillment-preview-item';
15
- import { ShippingSpeedCategory } from './shipping-speed-category';
12
+ import type { Address } from './address';
13
+ import type { FeatureSettings } from './feature-settings';
14
+ import type { GetFulfillmentPreviewItem } from './get-fulfillment-preview-item';
15
+ import type { ShippingSpeedCategory } from './shipping-speed-category';
16
16
  /**
17
17
  * The request body schema for the `getFulfillmentPreview` operation.
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 { GetFulfillmentPreviewResult } from './get-fulfillment-preview-result';
12
+ import type { GetFulfillmentPreviewResult } from './get-fulfillment-preview-result';
13
13
  /**
14
14
  * The response schema for the `getFulfillmentPreview` operation.
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 { FulfillmentPreview } from './fulfillment-preview';
12
+ import type { FulfillmentPreview } from './fulfillment-preview';
13
13
  /**
14
14
  * A list of fulfillment order previews, including estimated shipping weights, estimated shipping fees, and estimated ship dates and arrival dates.
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 { PackageTrackingDetails } from './package-tracking-details';
12
+ import type { PackageTrackingDetails } from './package-tracking-details';
13
13
  /**
14
14
  * The response schema for the `getPackageTrackingDetails` operation.
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 { InvalidItemReasonCode } from './invalid-item-reason-code';
12
+ import type { InvalidItemReasonCode } from './invalid-item-reason-code';
13
13
  /**
14
14
  * The reason that the item is invalid for return.
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 { InvalidItemReason } from './invalid-item-reason';
12
+ import type { InvalidItemReason } from './invalid-item-reason';
13
13
  /**
14
14
  * An item that is invalid for return.
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 { ListAllFulfillmentOrdersResult } from './list-all-fulfillment-orders-result';
12
+ import type { ListAllFulfillmentOrdersResult } from './list-all-fulfillment-orders-result';
13
13
  /**
14
14
  * The response schema for the `listAllFulfillmentOrders` operation.
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 { FulfillmentOrder } from './fulfillment-order';
12
+ import type { FulfillmentOrder } from './fulfillment-order';
13
13
  /**
14
14
  *
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 { ListReturnReasonCodesResult } from './list-return-reason-codes-result';
12
+ import type { ListReturnReasonCodesResult } from './list-return-reason-codes-result';
13
13
  /**
14
14
  * The response schema for the `listReturnReasonCodes` operation.
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 { ReasonCodeDetails } from './reason-code-details';
12
+ import type { ReasonCodeDetails } from './reason-code-details';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AdditionalLocationInfo } from './additional-location-info';
13
- import { CurrentStatus } from './current-status';
14
- import { TrackingAddress } from './tracking-address';
15
- import { TrackingEvent } from './tracking-event';
12
+ import type { AdditionalLocationInfo } from './additional-location-info';
13
+ import type { CurrentStatus } from './current-status';
14
+ import type { TrackingAddress } from './tracking-address';
15
+ import type { TrackingEvent } from './tracking-event';
16
16
  /**
17
17
  *
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 { Address } from './address';
12
+ import type { Address } from './address';
13
13
  /**
14
14
  * Return authorization information for items accepted for return.
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 { FulfillmentReturnItemStatus } from './fulfillment-return-item-status';
13
- import { ReturnItemDisposition } from './return-item-disposition';
12
+ import type { FulfillmentReturnItemStatus } from './fulfillment-return-item-status';
13
+ import type { ReturnItemDisposition } from './return-item-disposition';
14
14
  /**
15
15
  * An item that Amazon accepted for return.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { DeliveryWindow } from './delivery-window';
12
+ import type { DeliveryWindow } from './delivery-window';
13
13
  /**
14
14
  * Delivery information for a scheduled delivery. This is only available in the JP marketplace.
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 { FulfillmentOrderStatus } from './fulfillment-order-status';
12
+ import type { FulfillmentOrderStatus } from './fulfillment-order-status';
13
13
  /**
14
14
  * The request body schema for the `submitFulfillmentOrderStatusUpdate` operation.
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 { EventCode } from './event-code';
13
- import { TrackingAddress } from './tracking-address';
12
+ import type { EventCode } from './event-code';
13
+ import type { TrackingAddress } from './tracking-address';
14
14
  /**
15
15
  * Information for tracking package deliveries.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Money } from './money';
12
+ import type { Money } from './money';
13
13
  /**
14
14
  * Item information for updating a fulfillment order.
15
15
  * @export
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { FeatureSettings } from './feature-settings';
14
- import { FulfillmentAction } from './fulfillment-action';
15
- import { FulfillmentPolicy } from './fulfillment-policy';
16
- import { ShippingSpeedCategory } from './shipping-speed-category';
17
- import { UpdateFulfillmentOrderItem } from './update-fulfillment-order-item';
12
+ import type { Address } from './address';
13
+ import type { FeatureSettings } from './feature-settings';
14
+ import type { FulfillmentAction } from './fulfillment-action';
15
+ import type { FulfillmentPolicy } from './fulfillment-policy';
16
+ import type { ShippingSpeedCategory } from './shipping-speed-category';
17
+ import type { UpdateFulfillmentOrderItem } from './update-fulfillment-order-item';
18
18
  /**
19
19
  * The request body schema for the `updateFulfillmentOrder` operation.
20
20
  * @export
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@sp-api-sdk/fulfillment-outbound-api-2020-07-01",
3
- "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
3
+ "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon's fulfillment network. You can get information on both potential and existing fulfillment orders.",
5
- "version": "2.1.0",
5
+ "version": "2.2.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.6",
22
- "axios": "^1.6.8"
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 outbound api"
42
42
  ],
43
- "gitHead": "d757ce0353f64c34db7c46df5fc2bc2716a29f57"
43
+ "gitHead": "5a245a25a9f1765c825e2178668d4b0f4e44689b"
44
44
  }