@shipengine/connect-carrier-api 4.8.0 → 4.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/spec.json +14 -2
package/package.json
CHANGED
package/spec.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Shipping API",
|
|
5
5
|
"description": "This API specification describes the canonical ShipEngine Shipping API connector module.",
|
|
6
|
-
"version": "1.22.
|
|
6
|
+
"version": "1.22.1"
|
|
7
7
|
},
|
|
8
8
|
"paths": {
|
|
9
9
|
"/Register": {
|
|
@@ -2514,6 +2514,9 @@
|
|
|
2514
2514
|
"description": "The maximum number of service points to return",
|
|
2515
2515
|
"format": "int32",
|
|
2516
2516
|
"nullable": true
|
|
2517
|
+
},
|
|
2518
|
+
"shipment": {
|
|
2519
|
+
"$ref": "#/components/schemas/ServicePointShipment"
|
|
2517
2520
|
}
|
|
2518
2521
|
},
|
|
2519
2522
|
"additionalProperties": false
|
|
@@ -3900,6 +3903,15 @@
|
|
|
3900
3903
|
},
|
|
3901
3904
|
"additionalProperties": false
|
|
3902
3905
|
},
|
|
3906
|
+
"ServicePointShipment": {
|
|
3907
|
+
"type": "object",
|
|
3908
|
+
"properties": {
|
|
3909
|
+
"total_weight": {
|
|
3910
|
+
"$ref": "#/components/schemas/WeightDetails"
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
"additionalProperties": false
|
|
3914
|
+
},
|
|
3903
3915
|
"ShipFrom": {
|
|
3904
3916
|
"required": [
|
|
3905
3917
|
"postal_code",
|
|
@@ -4969,4 +4981,4 @@
|
|
|
4969
4981
|
"description": "Given inbound data, such as a webhook with tracking updates, return normalized information."
|
|
4970
4982
|
}
|
|
4971
4983
|
]
|
|
4972
|
-
}
|
|
4984
|
+
}
|