File tree Expand file tree Collapse file tree 4 files changed +60
-13
lines changed
Expand file tree Collapse file tree 4 files changed +60
-13
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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",
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",
Original file line number Diff line number Diff line change 11openapi : 3.0.0
22info :
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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments