From b21062949f290c71961fed9e9e308fa92c7b4ec2 Mon Sep 17 00:00:00 2001 From: rickdeee <39277031+rickdeee@users.noreply.github.com> Date: Thu, 8 Jul 2021 12:26:00 -0700 Subject: [PATCH] Add new properties and updated definition in ordersV0.json Added MarketplaceTaxInfo and SellerDisplayName properties. Updated IossNumber description. --- models/orders-api-model/ordersV0.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/models/orders-api-model/ordersV0.json b/models/orders-api-model/ordersV0.json index bd05e14..872c364 100644 --- a/models/orders-api-model/ordersV0.json +++ b/models/orders-api-model/ordersV0.json @@ -2039,6 +2039,14 @@ "IsISPU": { "type": "boolean", "description": "When true, this order is marked to be picked up from a store rather than delivered." + }, + "MarketplaceTaxInfo": { + "description": "Tax information about the marketplace.", + "$ref": "#/definitions/MarketplaceTaxInfo" + }, + "SellerDisplayName": { + "type": "string", + "description": "The seller’s friendly name registered in the marketplace." } }, "description": "Order information." @@ -2233,6 +2241,19 @@ }, "description": "Tax information about the buyer." }, + "MarketplaceTaxInfo": { + "type": "object", + "properties": { + "TaxClassifications": { + "type": "array", + "description": "A list of tax classifications that apply to the order.", + "items": { + "$ref": "#/definitions/TaxClassification" + } + } + }, + "description": "Tax information about the marketplace." + }, "TaxClassification": { "type": "object", "properties": { @@ -2400,7 +2421,7 @@ }, "IossNumber": { "type": "string", - "description": "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." + "description": "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." }, "StoreChainStoreId": { "type": "string",