|
2 | 2 | "openapi": "3.0.0", |
3 | 3 | "info": { |
4 | 4 | "title": "ShipEngine API", |
5 | | - "version": "1.1.202510100810", |
| 5 | + "version": "1.1.202510231110", |
6 | 6 | "termsOfService": "https://www.shipengine.com/terms-of-service/", |
7 | 7 | "x-logo": { |
8 | 8 | "url": "https://shipengine.github.io/img/shipengine-logo-square.png", |
|
16380 | 16380 | ] |
16381 | 16381 | }, |
16382 | 16382 | "description": "A list of options that are available to that carrier" |
| 16383 | + }, |
| 16384 | + "send_rates": { |
| 16385 | + "type": "boolean", |
| 16386 | + "readOnly": true, |
| 16387 | + "description": "The carrier provides rates for the shipment." |
| 16388 | + }, |
| 16389 | + "supports_user_managed_rates": { |
| 16390 | + "type": "boolean", |
| 16391 | + "readOnly": true, |
| 16392 | + "description": "The carrier supports user-managed rates for shipments." |
16383 | 16393 | } |
16384 | 16394 | } |
16385 | 16395 | } |
|
16938 | 16948 | ] |
16939 | 16949 | }, |
16940 | 16950 | "description": "A list of options that are available to that carrier" |
| 16951 | + }, |
| 16952 | + "send_rates": { |
| 16953 | + "type": "boolean", |
| 16954 | + "readOnly": true, |
| 16955 | + "description": "The carrier provides rates for the shipment." |
| 16956 | + }, |
| 16957 | + "supports_user_managed_rates": { |
| 16958 | + "type": "boolean", |
| 16959 | + "readOnly": true, |
| 16960 | + "description": "The carrier supports user-managed rates for shipments." |
16941 | 16961 | } |
16942 | 16962 | } |
16943 | 16963 | } |
|
18089 | 18109 | ] |
18090 | 18110 | }, |
18091 | 18111 | "description": "A list of options that are available to that carrier" |
| 18112 | + }, |
| 18113 | + "send_rates": { |
| 18114 | + "type": "boolean", |
| 18115 | + "readOnly": true, |
| 18116 | + "description": "The carrier provides rates for the shipment." |
| 18117 | + }, |
| 18118 | + "supports_user_managed_rates": { |
| 18119 | + "type": "boolean", |
| 18120 | + "readOnly": true, |
| 18121 | + "description": "The carrier supports user-managed rates for shipments." |
18092 | 18122 | } |
18093 | 18123 | } |
18094 | 18124 | } |
@@ -86454,12 +86484,18 @@ |
86454 | 86484 | "rate_attributes": { |
86455 | 86485 | "type": "array", |
86456 | 86486 | "items": { |
86457 | | - "enum": [ |
86458 | | - "best_value", |
86459 | | - "cheapest", |
86460 | | - "fastest" |
86461 | | - ], |
86462 | | - "type": "string" |
| 86487 | + "allOf": [ |
| 86488 | + { |
| 86489 | + "title": "rate_attributes", |
| 86490 | + "type": "string", |
| 86491 | + "enum": [ |
| 86492 | + "best_value", |
| 86493 | + "cheapest", |
| 86494 | + "fastest" |
| 86495 | + ], |
| 86496 | + "description": "Optional attributes that indicate the most profitable rates" |
| 86497 | + } |
| 86498 | + ] |
86463 | 86499 | }, |
86464 | 86500 | "description": "Optional attributes that indicate the most profitable rates" |
86465 | 86501 | } |
@@ -91496,12 +91532,18 @@ |
91496 | 91532 | "rate_attributes": { |
91497 | 91533 | "type": "array", |
91498 | 91534 | "items": { |
91499 | | - "enum": [ |
91500 | | - "best_value", |
91501 | | - "cheapest", |
91502 | | - "fastest" |
91503 | | - ], |
91504 | | - "type": "string" |
| 91535 | + "allOf": [ |
| 91536 | + { |
| 91537 | + "title": "rate_attributes", |
| 91538 | + "type": "string", |
| 91539 | + "enum": [ |
| 91540 | + "best_value", |
| 91541 | + "cheapest", |
| 91542 | + "fastest" |
| 91543 | + ], |
| 91544 | + "description": "Optional attributes that indicate the most profitable rates" |
| 91545 | + } |
| 91546 | + ] |
91505 | 91547 | }, |
91506 | 91548 | "description": "Optional attributes that indicate the most profitable rates" |
91507 | 91549 | } |
@@ -123097,12 +123139,18 @@ |
123097 | 123139 | "rate_attributes": { |
123098 | 123140 | "type": "array", |
123099 | 123141 | "items": { |
123100 | | - "enum": [ |
123101 | | - "best_value", |
123102 | | - "cheapest", |
123103 | | - "fastest" |
123104 | | - ], |
123105 | | - "type": "string" |
| 123142 | + "allOf": [ |
| 123143 | + { |
| 123144 | + "title": "rate_attributes", |
| 123145 | + "type": "string", |
| 123146 | + "enum": [ |
| 123147 | + "best_value", |
| 123148 | + "cheapest", |
| 123149 | + "fastest" |
| 123150 | + ], |
| 123151 | + "description": "Optional attributes that indicate the most profitable rates" |
| 123152 | + } |
| 123153 | + ] |
123106 | 123154 | }, |
123107 | 123155 | "description": "Optional attributes that indicate the most profitable rates" |
123108 | 123156 | } |
@@ -146248,6 +146296,16 @@ |
146248 | 146296 | ] |
146249 | 146297 | }, |
146250 | 146298 | "description": "A list of options that are available to that carrier" |
| 146299 | + }, |
| 146300 | + "send_rates": { |
| 146301 | + "type": "boolean", |
| 146302 | + "readOnly": true, |
| 146303 | + "description": "The carrier provides rates for the shipment." |
| 146304 | + }, |
| 146305 | + "supports_user_managed_rates": { |
| 146306 | + "type": "boolean", |
| 146307 | + "readOnly": true, |
| 146308 | + "description": "The carrier supports user-managed rates for shipments." |
146251 | 146309 | } |
146252 | 146310 | } |
146253 | 146311 | } |
@@ -146796,6 +146854,16 @@ |
146796 | 146854 | ] |
146797 | 146855 | }, |
146798 | 146856 | "description": "A list of options that are available to that carrier" |
| 146857 | + }, |
| 146858 | + "send_rates": { |
| 146859 | + "type": "boolean", |
| 146860 | + "readOnly": true, |
| 146861 | + "description": "The carrier provides rates for the shipment." |
| 146862 | + }, |
| 146863 | + "supports_user_managed_rates": { |
| 146864 | + "type": "boolean", |
| 146865 | + "readOnly": true, |
| 146866 | + "description": "The carrier supports user-managed rates for shipments." |
146799 | 146867 | } |
146800 | 146868 | } |
146801 | 146869 | } |
@@ -147143,6 +147211,16 @@ |
147143 | 147211 | ] |
147144 | 147212 | }, |
147145 | 147213 | "description": "A list of options that are available to that carrier" |
| 147214 | + }, |
| 147215 | + "send_rates": { |
| 147216 | + "type": "boolean", |
| 147217 | + "readOnly": true, |
| 147218 | + "description": "The carrier provides rates for the shipment." |
| 147219 | + }, |
| 147220 | + "supports_user_managed_rates": { |
| 147221 | + "type": "boolean", |
| 147222 | + "readOnly": true, |
| 147223 | + "description": "The carrier supports user-managed rates for shipments." |
147146 | 147224 | } |
147147 | 147225 | } |
147148 | 147226 | }, |
@@ -147755,6 +147833,16 @@ |
147755 | 147833 | ] |
147756 | 147834 | }, |
147757 | 147835 | "description": "A list of options that are available to that carrier" |
| 147836 | + }, |
| 147837 | + "send_rates": { |
| 147838 | + "type": "boolean", |
| 147839 | + "readOnly": true, |
| 147840 | + "description": "The carrier provides rates for the shipment." |
| 147841 | + }, |
| 147842 | + "supports_user_managed_rates": { |
| 147843 | + "type": "boolean", |
| 147844 | + "readOnly": true, |
| 147845 | + "description": "The carrier supports user-managed rates for shipments." |
147758 | 147846 | } |
147759 | 147847 | } |
147760 | 147848 | } |
@@ -219172,12 +219260,18 @@ |
219172 | 219260 | "rate_attributes": { |
219173 | 219261 | "type": "array", |
219174 | 219262 | "items": { |
219175 | | - "enum": [ |
219176 | | - "best_value", |
219177 | | - "cheapest", |
219178 | | - "fastest" |
219179 | | - ], |
219180 | | - "type": "string" |
| 219263 | + "allOf": [ |
| 219264 | + { |
| 219265 | + "title": "rate_attributes", |
| 219266 | + "type": "string", |
| 219267 | + "enum": [ |
| 219268 | + "best_value", |
| 219269 | + "cheapest", |
| 219270 | + "fastest" |
| 219271 | + ], |
| 219272 | + "description": "Optional attributes that indicate the most profitable rates" |
| 219273 | + } |
| 219274 | + ] |
219181 | 219275 | }, |
219182 | 219276 | "description": "Optional attributes that indicate the most profitable rates" |
219183 | 219277 | } |
@@ -220513,12 +220607,18 @@ |
220513 | 220607 | "rate_attributes": { |
220514 | 220608 | "type": "array", |
220515 | 220609 | "items": { |
220516 | | - "enum": [ |
220517 | | - "best_value", |
220518 | | - "cheapest", |
220519 | | - "fastest" |
220520 | | - ], |
220521 | | - "type": "string" |
| 220610 | + "allOf": [ |
| 220611 | + { |
| 220612 | + "title": "rate_attributes", |
| 220613 | + "type": "string", |
| 220614 | + "enum": [ |
| 220615 | + "best_value", |
| 220616 | + "cheapest", |
| 220617 | + "fastest" |
| 220618 | + ], |
| 220619 | + "description": "Optional attributes that indicate the most profitable rates" |
| 220620 | + } |
| 220621 | + ] |
220522 | 220622 | }, |
220523 | 220623 | "description": "Optional attributes that indicate the most profitable rates" |
220524 | 220624 | } |
@@ -221845,12 +221945,18 @@ |
221845 | 221945 | "rate_attributes": { |
221846 | 221946 | "type": "array", |
221847 | 221947 | "items": { |
221848 | | - "enum": [ |
221849 | | - "best_value", |
221850 | | - "cheapest", |
221851 | | - "fastest" |
221852 | | - ], |
221853 | | - "type": "string" |
| 221948 | + "allOf": [ |
| 221949 | + { |
| 221950 | + "title": "rate_attributes", |
| 221951 | + "type": "string", |
| 221952 | + "enum": [ |
| 221953 | + "best_value", |
| 221954 | + "cheapest", |
| 221955 | + "fastest" |
| 221956 | + ], |
| 221957 | + "description": "Optional attributes that indicate the most profitable rates" |
| 221958 | + } |
| 221959 | + ] |
221854 | 221960 | }, |
221855 | 221961 | "description": "Optional attributes that indicate the most profitable rates" |
221856 | 221962 | } |
@@ -223174,6 +223280,16 @@ |
223174 | 223280 | ], |
223175 | 223281 | "description": "The possible validation status values" |
223176 | 223282 | }, |
| 223283 | + "rate_attributes": { |
| 223284 | + "title": "rate_attributes", |
| 223285 | + "type": "string", |
| 223286 | + "enum": [ |
| 223287 | + "best_value", |
| 223288 | + "cheapest", |
| 223289 | + "fastest" |
| 223290 | + ], |
| 223291 | + "description": "Optional attributes that indicate the most profitable rates" |
| 223292 | + }, |
223177 | 223293 | "rate_response_status": { |
223178 | 223294 | "title": "rate_response_status", |
223179 | 223295 | "type": "string", |
@@ -229644,12 +229760,18 @@ |
229644 | 229760 | "rate_attributes": { |
229645 | 229761 | "type": "array", |
229646 | 229762 | "items": { |
229647 | | - "enum": [ |
229648 | | - "best_value", |
229649 | | - "cheapest", |
229650 | | - "fastest" |
229651 | | - ], |
229652 | | - "type": "string" |
| 229763 | + "allOf": [ |
| 229764 | + { |
| 229765 | + "title": "rate_attributes", |
| 229766 | + "type": "string", |
| 229767 | + "enum": [ |
| 229768 | + "best_value", |
| 229769 | + "cheapest", |
| 229770 | + "fastest" |
| 229771 | + ], |
| 229772 | + "description": "Optional attributes that indicate the most profitable rates" |
| 229773 | + } |
| 229774 | + ] |
229653 | 229775 | }, |
229654 | 229776 | "description": "Optional attributes that indicate the most profitable rates" |
229655 | 229777 | } |
@@ -230013,12 +230135,18 @@ |
230013 | 230135 | "rate_attributes": { |
230014 | 230136 | "type": "array", |
230015 | 230137 | "items": { |
230016 | | - "enum": [ |
230017 | | - "best_value", |
230018 | | - "cheapest", |
230019 | | - "fastest" |
230020 | | - ], |
230021 | | - "type": "string" |
| 230138 | + "allOf": [ |
| 230139 | + { |
| 230140 | + "title": "rate_attributes", |
| 230141 | + "type": "string", |
| 230142 | + "enum": [ |
| 230143 | + "best_value", |
| 230144 | + "cheapest", |
| 230145 | + "fastest" |
| 230146 | + ], |
| 230147 | + "description": "Optional attributes that indicate the most profitable rates" |
| 230148 | + } |
| 230149 | + ] |
230022 | 230150 | }, |
230023 | 230151 | "description": "Optional attributes that indicate the most profitable rates" |
230024 | 230152 | } |
@@ -258289,12 +258417,18 @@ |
258289 | 258417 | "rate_attributes": { |
258290 | 258418 | "type": "array", |
258291 | 258419 | "items": { |
258292 | | - "enum": [ |
258293 | | - "best_value", |
258294 | | - "cheapest", |
258295 | | - "fastest" |
258296 | | - ], |
258297 | | - "type": "string" |
| 258420 | + "allOf": [ |
| 258421 | + { |
| 258422 | + "title": "rate_attributes", |
| 258423 | + "type": "string", |
| 258424 | + "enum": [ |
| 258425 | + "best_value", |
| 258426 | + "cheapest", |
| 258427 | + "fastest" |
| 258428 | + ], |
| 258429 | + "description": "Optional attributes that indicate the most profitable rates" |
| 258430 | + } |
| 258431 | + ] |
258298 | 258432 | }, |
258299 | 258433 | "description": "Optional attributes that indicate the most profitable rates" |
258300 | 258434 | } |
|
0 commit comments