Add new properties and updated definition in ordersV0.json

Added MarketplaceTaxInfo and SellerDisplayName properties.
Updated IossNumber description.
This commit is contained in:
rickdeee 2021-07-08 12:26:00 -07:00
parent 02e466e89c
commit b21062949f
1 changed files with 22 additions and 1 deletions

View File

@ -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 sellers 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",