Skip to content

Commit 8bffd61

Browse files
Update to latest openapi definition
1 parent 8643342 commit 8bffd61

File tree

4 files changed

+60
-13
lines changed

4 files changed

+60
-13
lines changed

docs/index.html

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

openapi.json

Lines changed: 31 additions & 3 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.202410232210",
5+
"version": "1.1.202411071911",
66
"termsOfService": "https://www.shipengine.com/terms-of-service/",
77
"x-logo": {
88
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -46633,7 +46633,21 @@
4663346633
}
4663446634
}
4663546635
}
46636-
]
46636+
],
46637+
"properties": {
46638+
"custom_field_1": {
46639+
"type": "string",
46640+
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
46641+
},
46642+
"custom_field_2": {
46643+
"type": "string",
46644+
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
46645+
},
46646+
"custom_field_3": {
46647+
"type": "string",
46648+
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
46649+
}
46650+
}
4663746651
}
4663846652
}
4663946653
}
@@ -176994,7 +177008,21 @@
176994177008
}
176995177009
}
176996177010
}
176997-
]
177011+
],
177012+
"properties": {
177013+
"custom_field_1": {
177014+
"type": "string",
177015+
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
177016+
},
177017+
"custom_field_2": {
177018+
"type": "string",
177019+
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
177020+
},
177021+
"custom_field_3": {
177022+
"type": "string",
177023+
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
177024+
}
177025+
}
176998177026
},
176999177027
"purchase_label_without_shipment": {
177000177028
"title": "purchase_label_without_shipment",

openapi.yaml

Lines changed: 17 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.202410232210
4+
version: 1.1.202411071911
55
termsOfService: 'https://www.shipengine.com/terms-of-service/'
66
x-logo:
77
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
@@ -10286,6 +10286,22 @@ components:
1028610286
additionalProperties: false
1028710287
allOf:
1028810288
- $ref: '#/components/schemas/purchase_label_without_shipment'
10289+
properties:
10290+
custom_field_1:
10291+
type: string
10292+
description: >-
10293+
Optional - Value will be saved in the shipment's advanced_options >
10294+
custom_field1
10295+
custom_field_2:
10296+
type: string
10297+
description: >-
10298+
Optional - Value will be saved in the shipment's advanced_options >
10299+
custom_field2
10300+
custom_field_3:
10301+
type: string
10302+
description: >-
10303+
Optional - Value will be saved in the shipment's advanced_options >
10304+
custom_field3
1028910305
purchase_label_without_shipment:
1029010306
title: purchase_label_without_shipment
1029110307
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.17.13",
3+
"version": "1.17.14",
44
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
55
"main": "openapi.json",
66
"repository": {

0 commit comments

Comments
 (0)