Skip to content

Commit 85b7ada

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

4 files changed

Lines changed: 169 additions & 9 deletions

File tree

docs/index.html

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

openapi.json

Lines changed: 139 additions & 1 deletion
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.202509051409",
5+
"version": "1.1.202510100810",
66
"termsOfService": "https://www.shipengine.com/terms-of-service/",
77
"x-logo": {
88
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -86447,6 +86447,23 @@
8644786447
"description": "The error messages"
8644886448
}
8644986449
}
86450+
},
86451+
{
86452+
"type": "object",
86453+
"properties": {
86454+
"rate_attributes": {
86455+
"type": "array",
86456+
"items": {
86457+
"enum": [
86458+
"best_value",
86459+
"cheapest",
86460+
"fastest"
86461+
],
86462+
"type": "string"
86463+
},
86464+
"description": "Optional attributes that indicate the most profitable rates"
86465+
}
86466+
}
8645086467
}
8645186468
],
8645286469
"description": "Shipment Rates"
@@ -91475,6 +91492,18 @@
9147591492
"description": "error message"
9147691493
},
9147791494
"description": "The error messages"
91495+
},
91496+
"rate_attributes": {
91497+
"type": "array",
91498+
"items": {
91499+
"enum": [
91500+
"best_value",
91501+
"cheapest",
91502+
"fastest"
91503+
],
91504+
"type": "string"
91505+
},
91506+
"description": "Optional attributes that indicate the most profitable rates"
9147891507
}
9147991508
}
9148091509
}
@@ -123061,6 +123090,23 @@
123061123090
"description": "The error messages"
123062123091
}
123063123092
}
123093+
},
123094+
{
123095+
"type": "object",
123096+
"properties": {
123097+
"rate_attributes": {
123098+
"type": "array",
123099+
"items": {
123100+
"enum": [
123101+
"best_value",
123102+
"cheapest",
123103+
"fastest"
123104+
],
123105+
"type": "string"
123106+
},
123107+
"description": "Optional attributes that indicate the most profitable rates"
123108+
}
123109+
}
123064123110
}
123065123111
],
123066123112
"description": "Shipment Rates"
@@ -219119,6 +219165,23 @@
219119219165
"description": "The error messages"
219120219166
}
219121219167
}
219168+
},
219169+
{
219170+
"type": "object",
219171+
"properties": {
219172+
"rate_attributes": {
219173+
"type": "array",
219174+
"items": {
219175+
"enum": [
219176+
"best_value",
219177+
"cheapest",
219178+
"fastest"
219179+
],
219180+
"type": "string"
219181+
},
219182+
"description": "Optional attributes that indicate the most profitable rates"
219183+
}
219184+
}
219122219185
}
219123219186
],
219124219187
"description": "Shipment Rates"
@@ -220443,6 +220506,23 @@
220443220506
"description": "The error messages"
220444220507
}
220445220508
}
220509+
},
220510+
{
220511+
"type": "object",
220512+
"properties": {
220513+
"rate_attributes": {
220514+
"type": "array",
220515+
"items": {
220516+
"enum": [
220517+
"best_value",
220518+
"cheapest",
220519+
"fastest"
220520+
],
220521+
"type": "string"
220522+
},
220523+
"description": "Optional attributes that indicate the most profitable rates"
220524+
}
220525+
}
220446220526
}
220447220527
],
220448220528
"description": "Shipment Rates"
@@ -221758,6 +221838,23 @@
221758221838
"description": "The error messages"
221759221839
}
221760221840
}
221841+
},
221842+
{
221843+
"type": "object",
221844+
"properties": {
221845+
"rate_attributes": {
221846+
"type": "array",
221847+
"items": {
221848+
"enum": [
221849+
"best_value",
221850+
"cheapest",
221851+
"fastest"
221852+
],
221853+
"type": "string"
221854+
},
221855+
"description": "Optional attributes that indicate the most profitable rates"
221856+
}
221857+
}
221761221858
}
221762221859
],
221763221860
"description": "Shipment Rates"
@@ -229543,6 +229640,18 @@
229543229640
"description": "error message"
229544229641
},
229545229642
"description": "The error messages"
229643+
},
229644+
"rate_attributes": {
229645+
"type": "array",
229646+
"items": {
229647+
"enum": [
229648+
"best_value",
229649+
"cheapest",
229650+
"fastest"
229651+
],
229652+
"type": "string"
229653+
},
229654+
"description": "Optional attributes that indicate the most profitable rates"
229546229655
}
229547229656
}
229548229657
}
@@ -229900,6 +230009,18 @@
229900230009
"description": "error message"
229901230010
},
229902230011
"description": "The error messages"
230012+
},
230013+
"rate_attributes": {
230014+
"type": "array",
230015+
"items": {
230016+
"enum": [
230017+
"best_value",
230018+
"cheapest",
230019+
"fastest"
230020+
],
230021+
"type": "string"
230022+
},
230023+
"description": "Optional attributes that indicate the most profitable rates"
229903230024
}
229904230025
}
229905230026
},
@@ -258161,6 +258282,23 @@
258161258282
"description": "The error messages"
258162258283
}
258163258284
}
258285+
},
258286+
{
258287+
"type": "object",
258288+
"properties": {
258289+
"rate_attributes": {
258290+
"type": "array",
258291+
"items": {
258292+
"enum": [
258293+
"best_value",
258294+
"cheapest",
258295+
"fastest"
258296+
],
258297+
"type": "string"
258298+
},
258299+
"description": "Optional attributes that indicate the most profitable rates"
258300+
}
258301+
}
258164258302
}
258165258303
],
258166258304
"description": "Shipment Rates"

openapi.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: ShipEngine API
4-
version: 1.1.202509051409
4+
version: 1.1.202510100810
55
termsOfService: 'https://www.shipengine.com/terms-of-service/'
66
x-logo:
77
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
@@ -12131,6 +12131,19 @@ components:
1213112131
readOnly: true
1213212132
allOf:
1213312133
- $ref: '#/components/schemas/rate'
12134+
- type: object
12135+
properties:
12136+
rate_attributes:
12137+
type: array
12138+
items:
12139+
enum:
12140+
- best_value
12141+
- cheapest
12142+
- fastest
12143+
type: string
12144+
description: >-
12145+
Optional attributes that indicate the most profitable
12146+
rates
1213412147
description: Shipment Rates
1213512148
description: An array of shipment rates
1213612149
invalid_rates:
@@ -12784,6 +12797,15 @@ components:
1278412797
minLength: 0
1278512798
description: error message
1278612799
description: The error messages
12800+
rate_attributes:
12801+
type: array
12802+
items:
12803+
enum:
12804+
- best_value
12805+
- cheapest
12806+
- fastest
12807+
type: string
12808+
description: Optional attributes that indicate the most profitable rates
1278712809
get_rate_by_id_response_body:
1278812810
title: get_rate_by_id_response_body
1278912811
type: object

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipengine-openapi",
3-
"version": "1.20.5",
3+
"version": "1.20.6",
44
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
55
"main": "openapi.json",
66
"repository": {

0 commit comments

Comments
 (0)