Skip to content

Commit 36e0aa2

Browse files
Update to latest openapi definition
1 parent 85b7ada commit 36e0aa2

File tree

4 files changed

+219
-75
lines changed

4 files changed

+219
-75
lines changed

docs/index.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

openapi.json

Lines changed: 189 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "ShipEngine API",
5-
"version": "1.1.202510100810",
5+
"version": "1.1.202510231110",
66
"termsOfService": "https://www.shipengine.com/terms-of-service/",
77
"x-logo": {
88
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -16380,6 +16380,16 @@
1638016380
]
1638116381
},
1638216382
"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."
1638316393
}
1638416394
}
1638516395
}
@@ -16938,6 +16948,16 @@
1693816948
]
1693916949
},
1694016950
"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."
1694116961
}
1694216962
}
1694316963
}
@@ -18089,6 +18109,16 @@
1808918109
]
1809018110
},
1809118111
"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."
1809218122
}
1809318123
}
1809418124
}
@@ -86454,12 +86484,18 @@
8645486484
"rate_attributes": {
8645586485
"type": "array",
8645686486
"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+
]
8646386499
},
8646486500
"description": "Optional attributes that indicate the most profitable rates"
8646586501
}
@@ -91496,12 +91532,18 @@
9149691532
"rate_attributes": {
9149791533
"type": "array",
9149891534
"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+
]
9150591547
},
9150691548
"description": "Optional attributes that indicate the most profitable rates"
9150791549
}
@@ -123097,12 +123139,18 @@
123097123139
"rate_attributes": {
123098123140
"type": "array",
123099123141
"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+
]
123106123154
},
123107123155
"description": "Optional attributes that indicate the most profitable rates"
123108123156
}
@@ -146248,6 +146296,16 @@
146248146296
]
146249146297
},
146250146298
"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."
146251146309
}
146252146310
}
146253146311
}
@@ -146796,6 +146854,16 @@
146796146854
]
146797146855
},
146798146856
"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."
146799146867
}
146800146868
}
146801146869
}
@@ -147143,6 +147211,16 @@
147143147211
]
147144147212
},
147145147213
"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."
147146147224
}
147147147225
}
147148147226
},
@@ -147755,6 +147833,16 @@
147755147833
]
147756147834
},
147757147835
"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."
147758147846
}
147759147847
}
147760147848
}
@@ -219172,12 +219260,18 @@
219172219260
"rate_attributes": {
219173219261
"type": "array",
219174219262
"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+
]
219181219275
},
219182219276
"description": "Optional attributes that indicate the most profitable rates"
219183219277
}
@@ -220513,12 +220607,18 @@
220513220607
"rate_attributes": {
220514220608
"type": "array",
220515220609
"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+
]
220522220622
},
220523220623
"description": "Optional attributes that indicate the most profitable rates"
220524220624
}
@@ -221845,12 +221945,18 @@
221845221945
"rate_attributes": {
221846221946
"type": "array",
221847221947
"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+
]
221854221960
},
221855221961
"description": "Optional attributes that indicate the most profitable rates"
221856221962
}
@@ -223174,6 +223280,16 @@
223174223280
],
223175223281
"description": "The possible validation status values"
223176223282
},
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+
},
223177223293
"rate_response_status": {
223178223294
"title": "rate_response_status",
223179223295
"type": "string",
@@ -229644,12 +229760,18 @@
229644229760
"rate_attributes": {
229645229761
"type": "array",
229646229762
"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+
]
229653229775
},
229654229776
"description": "Optional attributes that indicate the most profitable rates"
229655229777
}
@@ -230013,12 +230135,18 @@
230013230135
"rate_attributes": {
230014230136
"type": "array",
230015230137
"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+
]
230022230150
},
230023230151
"description": "Optional attributes that indicate the most profitable rates"
230024230152
}
@@ -258289,12 +258417,18 @@
258289258417
"rate_attributes": {
258290258418
"type": "array",
258291258419
"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+
]
258298258432
},
258299258433
"description": "Optional attributes that indicate the most profitable rates"
258300258434
}

0 commit comments

Comments
 (0)