Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/fulfillment-inbound-api-v0

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/fulfillment-inbound-api-v0 - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

1

dist/cjs/src/api-model/models/index.js

@@ -40,3 +40,2 @@ "use strict";

__exportStar(require("./get-bill-of-lading-response"), exports);
__exportStar(require("./get-inbound-guidance-response"), exports);
__exportStar(require("./get-inbound-guidance-result"), exports);

@@ -43,0 +42,0 @@ __exportStar(require("./get-labels-response"), exports);

@@ -8,9 +8,2 @@ "use strict";

{
method: 'get',
// eslint-disable-next-line prefer-regex-literals
urlRegex: new RegExp('^/fba/inbound/v0/itemsGuidance$'),
rate: 2,
burst: 30,
},
{
method: 'post',

@@ -17,0 +10,0 @@ // eslint-disable-next-line prefer-regex-literals

@@ -24,3 +24,2 @@ export * from './asininbound-guidance';

export * from './get-bill-of-lading-response';
export * from './get-inbound-guidance-response';
export * from './get-inbound-guidance-result';

@@ -27,0 +26,0 @@ export * from './get-labels-response';

@@ -5,9 +5,2 @@ import { createAxiosInstance } from '@sp-api-sdk/common';

{
method: 'get',
// eslint-disable-next-line prefer-regex-literals
urlRegex: new RegExp('^/fba/inbound/v0/itemsGuidance$'),
rate: 2,
burst: 30,
},
{
method: 'post',

@@ -14,0 +7,0 @@ // eslint-disable-next-line prefer-regex-literals

2

dist/types/src/api-model/models/address.d.ts

@@ -13,3 +13,3 @@ /**

/**
*
* Specific details to identify a place.
* @export

@@ -16,0 +16,0 @@ * @interface Address

@@ -26,3 +26,3 @@ /**

/**
*
* Number format that supports decimal.
* @type {number}

@@ -29,0 +29,0 @@ * @memberof Amount

@@ -13,3 +13,3 @@ /**

/**
*
* Download URL for the bill of lading.
* @export

@@ -16,0 +16,0 @@ * @interface BillOfLadingDownloadURL

@@ -14,3 +14,3 @@ /**

/**
*
* Common container for transport result
* @export

@@ -17,0 +17,0 @@ * @interface CommonTransportResult

@@ -13,3 +13,3 @@ /**

/**
*
* Result for confirm preorder operation
* @export

@@ -20,3 +20,3 @@ * @interface ConfirmPreorderResult

/**
*
* Type containing date in string format
* @type {string}

@@ -27,3 +27,3 @@ * @memberof ConfirmPreorderResult

/**
*
* Type containing date in string format
* @type {string}

@@ -30,0 +30,0 @@ * @memberof ConfirmPreorderResult

@@ -46,3 +46,3 @@ /**

/**
*
* List of inbound shipment plan requests
* @type {Array<InboundShipmentPlanRequestItem>}

@@ -49,0 +49,0 @@ * @memberof CreateInboundShipmentPlanRequest

@@ -14,3 +14,3 @@ /**

/**
*
* Result for the create inbound shipment operation
* @export

@@ -17,0 +17,0 @@ * @interface CreateInboundShipmentPlanResult

@@ -20,3 +20,3 @@ /**

/**
*
* Number format that supports decimal.
* @type {number}

@@ -27,3 +27,3 @@ * @memberof Dimensions

/**
*
* Number format that supports decimal.
* @type {number}

@@ -34,3 +34,3 @@ * @memberof Dimensions

/**
*
* Number format that supports decimal.
* @type {number}

@@ -37,0 +37,0 @@ * @memberof Dimensions

@@ -17,3 +17,3 @@ /**

/**
*
* Result for the get inbound guidance operation
* @export

@@ -20,0 +20,0 @@ * @interface GetInboundGuidanceResult

@@ -13,3 +13,3 @@ /**

/**
*
* Result for the get preorder info operation
* @export

@@ -32,3 +32,3 @@ * @interface GetPreorderInfoResult

/**
*
* Type containing date in string format
* @type {string}

@@ -39,3 +39,3 @@ * @memberof GetPreorderInfoResult

/**
*
* Type containing date in string format
* @type {string}

@@ -42,0 +42,0 @@ * @memberof GetPreorderInfoResult

@@ -17,3 +17,3 @@ /**

/**
*
* Result for the get prep instructions operation
* @export

@@ -20,0 +20,0 @@ * @interface GetPrepInstructionsResult

@@ -14,3 +14,3 @@ /**

/**
*
* Result for the get shipment items operation
* @export

@@ -17,0 +17,0 @@ * @interface GetShipmentItemsResult

@@ -14,3 +14,3 @@ /**

/**
*
* Result for the get shipments operation
* @export

@@ -17,0 +17,0 @@ * @interface GetShipmentsResult

@@ -14,3 +14,3 @@ /**

/**
*
* Result for the get transport details operation
* @export

@@ -17,0 +17,0 @@ * @interface GetTransportDetailsResult

@@ -66,3 +66,3 @@ /**

/**
*
* Type containing date in string format
* @type {string}

@@ -69,0 +69,0 @@ * @memberof InboundShipmentInfo

@@ -56,3 +56,3 @@ /**

/**
*
* Type containing date in string format
* @type {string}

@@ -59,0 +59,0 @@ * @memberof InboundShipmentItem

@@ -13,3 +13,3 @@ /**

/**
*
* Result of an inbound shipment operation
* @export

@@ -16,0 +16,0 @@ * @interface InboundShipmentResult

@@ -24,3 +24,2 @@ export * from './asininbound-guidance';

export * from './get-bill-of-lading-response';
export * from './get-inbound-guidance-response';
export * from './get-inbound-guidance-result';

@@ -27,0 +26,0 @@ export * from './get-labels-response';

@@ -14,3 +14,3 @@ /**

/**
*
* Contains details about an invalid ASIN
* @export

@@ -17,0 +17,0 @@ * @interface InvalidASIN

@@ -14,3 +14,3 @@ /**

/**
*
* Contains detail about an invalid SKU
* @export

@@ -17,0 +17,0 @@ * @interface InvalidSKU

@@ -13,3 +13,3 @@ /**

/**
*
* Download URL for a label
* @export

@@ -16,0 +16,0 @@ * @interface LabelDownloadURL

@@ -26,3 +26,3 @@ /**

/**
*
* Timestamp in ISO 8601 format.
* @type {string}

@@ -33,3 +33,3 @@ * @memberof PartneredEstimate

/**
*
* Timestamp in ISO 8601 format.
* @type {string}

@@ -36,0 +36,0 @@ * @memberof PartneredEstimate

@@ -30,3 +30,3 @@ /**

/**
*
* Contains an unsigned integer
* @type {number}

@@ -43,3 +43,3 @@ * @memberof PartneredLtlDataInput

/**
*
* Type containing date in string format
* @type {string}

@@ -46,0 +46,0 @@ * @memberof PartneredLtlDataInput

@@ -31,3 +31,3 @@ /**

/**
*
* Contains an unsigned integer
* @type {number}

@@ -44,3 +44,3 @@ * @memberof PartneredLtlDataOutput

/**
*
* Type containing date in string format
* @type {string}

@@ -75,3 +75,3 @@ * @memberof PartneredLtlDataOutput

/**
*
* Type containing date in string format
* @type {string}

@@ -82,3 +82,3 @@ * @memberof PartneredLtlDataOutput

/**
*
* Type containing date in string format
* @type {string}

@@ -85,0 +85,0 @@ * @memberof PartneredLtlDataOutput

@@ -20,3 +20,3 @@ /**

/**
*
* Number format that supports decimal.
* @type {number}

@@ -23,0 +23,0 @@ * @memberof Weight

{
"name": "@sp-api-sdk/fulfillment-inbound-api-v0",
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
"author": "Bertrand Marron <bertrand@bizon.solutions>",
"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.",
"version": "2.1.1",
"version": "2.2.0",
"main": "dist/cjs/index.js",

@@ -21,3 +21,3 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/common": "2.0.6",
"@sp-api-sdk/common": "2.0.7",
"axios": "^1.6.8"

@@ -44,3 +44,3 @@ },

],
"gitHead": "d757ce0353f64c34db7c46df5fc2bc2716a29f57"
"gitHead": "556cf5234c43b36ddaffa12f795a925b1c7fc63b"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc