json/v1.0/order.json in sk_api_schema-0.10.6 vs json/v1.0/order.json in sk_api_schema-0.11.0
- old
+ new
@@ -196,9 +196,15 @@
},
"gross_margin_pct":{
"description": "Percentage of gross profit to cost of items sold. Calculated from gross_margin_total/net_total*100",
"readonly":true,
"type":"number"
+ },
+ "tax_exemption_id":{
+ "description": "ID of a tax exemption. When set all item taxes are omitted.",
+ "type":"string",
+ "maxLength": 22,
+ "minLength":22
}
},
"links":[
{ "rel": "self",
"href": "orders/{id}"