New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/orders-api-v0

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/orders-api-v0 - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

dist/cjs/src/api-model/models/marketplace-tax-info.js

1

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

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

tslib_1.__exportStar(require("./get-orders-response"), exports);
tslib_1.__exportStar(require("./marketplace-tax-info"), exports);
tslib_1.__exportStar(require("./model-error"), exports);

@@ -16,0 +17,0 @@ tslib_1.__exportStar(require("./money"), exports);

@@ -11,2 +11,3 @@ export * from './address';

export * from './get-orders-response';
export * from './marketplace-tax-info';
export * from './model-error';

@@ -13,0 +14,0 @@ export * from './money';

@@ -11,2 +11,3 @@ export * from './address';

export * from './get-orders-response';
export * from './marketplace-tax-info';
export * from './model-error';

@@ -13,0 +14,0 @@ export * from './money';

2

dist/types/src/api-model/models/order-item.d.ts

@@ -197,3 +197,3 @@ /**

/**
* The IOSS number of the seller. Sellers selling in the EU will be assigned a unique IOSS number that must be listed on all packages sent to the EU.
* The IOSS number for the marketplace. Sellers shipping to the European Union (EU) from outside of the EU must provide this IOSS number to their carrier when Amazon has collected the VAT on the sale.
* @type {string}

@@ -200,0 +200,0 @@ * @memberof OrderItem

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

import { FulfillmentInstruction } from './fulfillment-instruction';
import { MarketplaceTaxInfo } from './marketplace-tax-info';
import { Money } from './money';

@@ -239,2 +240,14 @@ import { PaymentExecutionDetailItem } from './payment-execution-detail-item';

IsISPU?: boolean;
/**
*
* @type {MarketplaceTaxInfo}
* @memberof Order
*/
MarketplaceTaxInfo?: MarketplaceTaxInfo;
/**
* The seller’s friendly name registered in the marketplace.
* @type {string}
* @memberof Order
*/
SellerDisplayName?: string;
}

@@ -241,0 +254,0 @@ /**

@@ -5,3 +5,3 @@ {

"description": "The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.",
"version": "1.6.0",
"version": "1.7.0",
"main": "dist/cjs/index.js",

@@ -28,4 +28,4 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/auth": "^1.6.0",
"@sp-api-sdk/common": "^1.6.0",
"@sp-api-sdk/auth": "^1.6.1",
"@sp-api-sdk/common": "^1.6.1",
"axios": "^0.21.1"

@@ -51,3 +51,3 @@ },

],
"gitHead": "616a25aee6ec8a9c8e9397a85050b8ae35e078fc"
"gitHead": "3dd995777e78b231be87ab905f5e04dcca360074"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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