This commit is contained in:
Sal Ricciardi 2021-07-08 13:55:24 -07:00
commit 18c164043b
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",