@sp-api-sdk/orders-api-v0
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -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'; |
@@ -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
395018
113
5000
Updated@sp-api-sdk/auth@^1.6.1
Updated@sp-api-sdk/common@^1.6.1