diff --git a/ShipEngineSDK/Model/AdvancedShipmentOptions.cs b/ShipEngineSDK/Model/AdvancedShipmentOptions.cs
index e6e2e7e..2ceff18 100644
--- a/ShipEngineSDK/Model/AdvancedShipmentOptions.cs
+++ b/ShipEngineSDK/Model/AdvancedShipmentOptions.cs
@@ -64,78 +64,88 @@ public partial class AdvancedShipmentOptions
[JsonPropertyName("bill_to_postal_code"), JsonPropertyOrder(5)]
public string? BillToPostalCode { get; set; }
+ ///
+ /// certificate number.
+ ///
+ /// certificate number.
+ ///
+ /// 784515
+ ///
+ [JsonPropertyName("certificate_number"), JsonPropertyOrder(6)]
+ public string? CertificateNumber { get; set; }
+
///
/// Gets or Sets CollectOnDelivery
///
- [JsonPropertyName("collect_on_delivery"), JsonPropertyOrder(6)]
+ [JsonPropertyName("collect_on_delivery"), JsonPropertyOrder(7)]
public CollectOnDelivery? CollectOnDelivery { get; set; }
///
/// Indicates that the shipment contains alcohol.
///
/// Indicates that the shipment contains alcohol.
- [JsonPropertyName("contains_alcohol"), JsonPropertyOrder(7)]
+ [JsonPropertyName("contains_alcohol"), JsonPropertyOrder(8)]
public bool? ContainsAlcohol { get; set; }
///
/// An arbitrary field that can be used to store information about the shipment.
///
/// An arbitrary field that can be used to store information about the shipment.
- [JsonPropertyName("custom_field1"), JsonPropertyOrder(8)]
+ [JsonPropertyName("custom_field1"), JsonPropertyOrder(9)]
public string? CustomField1 { get; set; }
///
/// An arbitrary field that can be used to store information about the shipment.
///
/// An arbitrary field that can be used to store information about the shipment.
- [JsonPropertyName("custom_field2"), JsonPropertyOrder(9)]
+ [JsonPropertyName("custom_field2"), JsonPropertyOrder(10)]
public string? CustomField2 { get; set; }
///
/// An arbitrary field that can be used to store information about the shipment.
///
/// An arbitrary field that can be used to store information about the shipment.
- [JsonPropertyName("custom_field3"), JsonPropertyOrder(10)]
+ [JsonPropertyName("custom_field3"), JsonPropertyOrder(11)]
public string? CustomField3 { get; set; }
///
/// Indicates if the Dangerous goods are present in the shipment
///
/// Indicates if the Dangerous goods are present in the shipment
- [JsonPropertyName("dangerous_goods"), JsonPropertyOrder(11)]
+ [JsonPropertyName("dangerous_goods"), JsonPropertyOrder(12)]
public bool? DangerousGoods { get; set; }
///
/// Gets or Sets DangerousGoodsContact
///
- [JsonPropertyName("dangerous_goods_contact"), JsonPropertyOrder(12)]
+ [JsonPropertyName("dangerous_goods_contact"), JsonPropertyOrder(13)]
public AdvancedShipmentOptionsDangerousGoodsContact? DangerousGoodsContact { get; set; }
///
/// Indicates that the shipper is paying the international delivery duties for this shipment. This option is supported by UPS, FedEx, and DHL Express.
///
/// Indicates that the shipper is paying the international delivery duties for this shipment. This option is supported by UPS, FedEx, and DHL Express.
- [JsonPropertyName("delivered_duty_paid"), JsonPropertyOrder(13)]
+ [JsonPropertyName("delivered_duty_paid"), JsonPropertyOrder(14)]
public bool? DeliveredDutyPaid { get; set; }
///
/// Indicates if the shipment contain dry ice
///
/// Indicates if the shipment contain dry ice
- [JsonPropertyName("dry_ice"), JsonPropertyOrder(14)]
+ [JsonPropertyName("dry_ice"), JsonPropertyOrder(15)]
public bool? DryIce { get; set; }
///
/// The weight of the dry ice in the shipment
///
/// The weight of the dry ice in the shipment
- [JsonPropertyName("dry_ice_weight"), JsonPropertyOrder(15)]
+ [JsonPropertyName("dry_ice_weight"), JsonPropertyOrder(16)]
public Weight? DryIceWeight { get; set; }
///
/// Gets or Sets FedexFreight
///
- [JsonPropertyName("fedex_freight"), JsonPropertyOrder(16)]
+ [JsonPropertyName("fedex_freight"), JsonPropertyOrder(17)]
public AdvancedShipmentOptionsFedexFreight? FedexFreight { get; set; }
///
@@ -145,53 +155,73 @@ public partial class AdvancedShipmentOptions
///
/// 77.5
///
- [JsonPropertyName("freight_class"), JsonPropertyOrder(17)]
+ [JsonPropertyName("freight_class"), JsonPropertyOrder(18)]
public string? FreightClass { get; set; }
+ ///
+ /// invoice number.
+ ///
+ /// invoice number.
+ ///
+ /// IOC56888
+ ///
+ [JsonPropertyName("invoice_number"), JsonPropertyOrder(19)]
+ public string? InvoiceNumber { get; set; }
+
+ ///
+ /// license number.
+ ///
+ /// license number.
+ ///
+ /// 514785
+ ///
+ [JsonPropertyName("license_number"), JsonPropertyOrder(20)]
+ public string? LicenseNumber { get; set; }
+
///
/// Indicates that the package cannot be processed automatically because it is too large or irregularly shaped. This is primarily for USPS shipments. See [Section 1.2 of the USPS parcel standards](https://pe.usps.com/text/dmm300/101.htm#ep1047495) for details.
///
/// Indicates that the package cannot be processed automatically because it is too large or irregularly shaped. This is primarily for USPS shipments. See [Section 1.2 of the USPS parcel standards](https://pe.usps.com/text/dmm300/101.htm#ep1047495) for details.
- [JsonPropertyName("non_machinable"), JsonPropertyOrder(18)]
+ [JsonPropertyName("non_machinable"), JsonPropertyOrder(21)]
public bool? NonMachinable { get; set; }
///
/// Gets or Sets OriginType
///
- [JsonPropertyName("origin_type"), JsonPropertyOrder(19)]
+ [JsonPropertyName("origin_type"), JsonPropertyOrder(22)]
public OriginType? OriginType { get; set; }
///
/// Enables Saturday delivery, if supported by the carrier.
///
/// Enables Saturday delivery, if supported by the carrier.
- [JsonPropertyName("saturday_delivery"), JsonPropertyOrder(20)]
+ [JsonPropertyName("saturday_delivery"), JsonPropertyOrder(23)]
public bool? SaturdayDelivery { get; set; }
///
/// Gets or Sets ShipperRelease
///
- [JsonPropertyName("shipper_release"), JsonPropertyOrder(21)]
+ [JsonPropertyName("shipper_release"), JsonPropertyOrder(24)]
public bool? ShipperRelease { get; set; }
///
/// Third Party Consignee option is a value-added service that allows the shipper to supply goods without commercial invoices being attached
///
/// Third Party Consignee option is a value-added service that allows the shipper to supply goods without commercial invoices being attached
- [JsonPropertyName("third_party_consignee"), JsonPropertyOrder(22)]
+ [JsonPropertyName("third_party_consignee"), JsonPropertyOrder(25)]
public bool? ThirdPartyConsignee { get; set; }
///
/// Whether to use [UPS Ground Freight pricing](https://www.shipengine.com/docs/shipping/ups-ground-freight/). If enabled, then a `freight_class` must also be specified.
///
/// Whether to use [UPS Ground Freight pricing](https://www.shipengine.com/docs/shipping/ups-ground-freight/). If enabled, then a `freight_class` must also be specified.
- [JsonPropertyName("use_ups_ground_freight_pricing"), JsonPropertyOrder(23)]
+ [JsonPropertyName("use_ups_ground_freight_pricing"), JsonPropertyOrder(26)]
public bool? UseUpsGroundFreightPricing { get; set; }
///
/// Gets or Sets WindsorFrameworkDetails
///
- [JsonPropertyName("windsor_framework_details"), JsonPropertyOrder(24)]
+ [JsonPropertyName("windsor_framework_details"), JsonPropertyOrder(27)]
public AdvancedShipmentOptionsWindsorFrameworkDetails? WindsorFrameworkDetails { get; set; }
@@ -209,6 +239,7 @@ public override string ToString()
sb.Append(" BillToCountryCode: ").Append(BillToCountryCode).Append("\n");
sb.Append(" BillToParty: ").Append(BillToParty).Append("\n");
sb.Append(" BillToPostalCode: ").Append(BillToPostalCode).Append("\n");
+ sb.Append(" CertificateNumber: ").Append(CertificateNumber).Append("\n");
sb.Append(" CollectOnDelivery: ").Append(CollectOnDelivery).Append("\n");
sb.Append(" ContainsAlcohol: ").Append(ContainsAlcohol).Append("\n");
sb.Append(" CustomField1: ").Append(CustomField1).Append("\n");
@@ -221,6 +252,8 @@ public override string ToString()
sb.Append(" DryIceWeight: ").Append(DryIceWeight).Append("\n");
sb.Append(" FedexFreight: ").Append(FedexFreight).Append("\n");
sb.Append(" FreightClass: ").Append(FreightClass).Append("\n");
+ sb.Append(" InvoiceNumber: ").Append(InvoiceNumber).Append("\n");
+ sb.Append(" LicenseNumber: ").Append(LicenseNumber).Append("\n");
sb.Append(" NonMachinable: ").Append(NonMachinable).Append("\n");
sb.Append(" OriginType: ").Append(OriginType).Append("\n");
sb.Append(" SaturdayDelivery: ").Append(SaturdayDelivery).Append("\n");
diff --git a/ShipEngineSDK/Model/ErrorCode.cs b/ShipEngineSDK/Model/ErrorCode.cs
index ed02899..47bae8f 100644
--- a/ShipEngineSDK/Model/ErrorCode.cs
+++ b/ShipEngineSDK/Model/ErrorCode.cs
@@ -308,6 +308,54 @@ public ErrorCode(string value)
public static ErrorCode NoRatesReturned { get; } = new("no_rates_returned");
+ ///
+ /// Enum FileNotFound for value: file_not_found
+ ///
+ public static ErrorCode FileNotFound { get; } = new("file_not_found");
+
+
+ ///
+ /// Enum ShippingRuleNotFound for value: shipping_rule_not_found
+ ///
+ public static ErrorCode ShippingRuleNotFound { get; } = new("shipping_rule_not_found");
+
+
+ ///
+ /// Enum ServiceNotDetermined for value: service_not_determined
+ ///
+ public static ErrorCode ServiceNotDetermined { get; } = new("service_not_determined");
+
+
+ ///
+ /// Enum NoRatesReturned2 for value: no_rates_returned
+ ///
+ public static ErrorCode NoRatesReturned2 { get; } = new("no_rates_returned");
+
+
+ ///
+ /// Enum FundingSourceRegistrationInProgress for value: funding_source_registration_in_progress
+ ///
+ public static ErrorCode FundingSourceRegistrationInProgress { get; } = new("funding_source_registration_in_progress");
+
+
+ ///
+ /// Enum InsuranceFailure for value: insurance_failure
+ ///
+ public static ErrorCode InsuranceFailure { get; } = new("insurance_failure");
+
+
+ ///
+ /// Enum FundingSourceMissingConfiguration for value: funding_source_missing_configuration
+ ///
+ public static ErrorCode FundingSourceMissingConfiguration { get; } = new("funding_source_missing_configuration");
+
+
+ ///
+ /// Enum FundingSourceError for value: funding_source_error
+ ///
+ public static ErrorCode FundingSourceError { get; } = new("funding_source_error");
+
+
///
/// Get a string representation of the current value
///
diff --git a/ShipEngineSDK/Model/GetTrackingLogFromLabelResponseBody.cs b/ShipEngineSDK/Model/GetTrackingLogFromLabelResponseBody.cs
index 6db2593..027d429 100644
--- a/ShipEngineSDK/Model/GetTrackingLogFromLabelResponseBody.cs
+++ b/ShipEngineSDK/Model/GetTrackingLogFromLabelResponseBody.cs
@@ -39,16 +39,6 @@ public partial class GetTrackingLogFromLabelResponseBody
[JsonPropertyName("carrier_status_code"), JsonInclude]
public string? CarrierStatusCode { get; set; }
- ///
- /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
- ///
- /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
- ///
- /// 2018-09-23T15:00Z
- ///
- [JsonPropertyName("estimated_delivery_date"), JsonPropertyOrder(2)]
- public required DateTimeOffset EstimatedDeliveryDate { get; set; }
-
///
/// The events that have occured during the lifetime of this tracking number.
///
@@ -62,7 +52,7 @@ public partial class GetTrackingLogFromLabelResponseBody
///
/// Gets or Sets StatusCode
///
- [JsonPropertyName("status_code"), JsonPropertyOrder(4)]
+ [JsonPropertyName("status_code"), JsonPropertyOrder(3)]
public required StatusCode StatusCode { get; set; }
///
@@ -72,7 +62,7 @@ public partial class GetTrackingLogFromLabelResponseBody
///
/// 1Z932R800392060079
///
- [JsonPropertyName("tracking_number"), JsonPropertyOrder(5)]
+ [JsonPropertyName("tracking_number"), JsonPropertyOrder(4)]
public required string TrackingNumber { get; set; }
///
@@ -82,7 +72,7 @@ public partial class GetTrackingLogFromLabelResponseBody
///
/// 2018-09-23T15:00Z
///
- [JsonPropertyName("actual_delivery_date"), JsonPropertyOrder(6)]
+ [JsonPropertyName("actual_delivery_date"), JsonPropertyOrder(5)]
public DateTimeOffset? ActualDeliveryDate { get; set; }
///
@@ -92,7 +82,7 @@ public partial class GetTrackingLogFromLabelResponseBody
///
/// dhl_express
///
- [JsonPropertyName("carrier_code"), JsonPropertyOrder(7)]
+ [JsonPropertyName("carrier_code"), JsonPropertyOrder(6)]
public string? CarrierCode { get; set; }
///
@@ -131,6 +121,16 @@ public partial class GetTrackingLogFromLabelResponseBody
[JsonPropertyName("carrier_status_description"), JsonInclude]
public string? CarrierStatusDescription { get; set; }
+ ///
+ /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
+ ///
+ /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
+ ///
+ /// 2018-09-23T15:00Z
+ ///
+ [JsonPropertyName("estimated_delivery_date"), JsonPropertyOrder(10)]
+ public DateTimeOffset? EstimatedDeliveryDate { get; set; }
+
///
/// Exception description
///
@@ -207,7 +207,6 @@ public override string ToString()
sb.Append("class GetTrackingLogFromLabelResponseBody {\n");
#pragma warning disable CS0612 // Type or member is obsolete
sb.Append(" CarrierStatusCode: ").Append(CarrierStatusCode).Append("\n");
- sb.Append(" EstimatedDeliveryDate: ").Append(EstimatedDeliveryDate).Append("\n");
sb.Append(" Events: ").Append(Events).Append("\n");
sb.Append(" StatusCode: ").Append(StatusCode).Append("\n");
sb.Append(" TrackingNumber: ").Append(TrackingNumber).Append("\n");
@@ -216,6 +215,7 @@ public override string ToString()
sb.Append(" CarrierDetailCode: ").Append(CarrierDetailCode).Append("\n");
sb.Append(" CarrierId: ").Append(CarrierId).Append("\n");
sb.Append(" CarrierStatusDescription: ").Append(CarrierStatusDescription).Append("\n");
+ sb.Append(" EstimatedDeliveryDate: ").Append(EstimatedDeliveryDate).Append("\n");
sb.Append(" ExceptionDescription: ").Append(ExceptionDescription).Append("\n");
sb.Append(" ShipDate: ").Append(ShipDate).Append("\n");
sb.Append(" StatusDescription: ").Append(StatusDescription).Append("\n");
diff --git a/ShipEngineSDK/Model/GetTrackingLogResponseBody.cs b/ShipEngineSDK/Model/GetTrackingLogResponseBody.cs
index 608e77d..23832b0 100644
--- a/ShipEngineSDK/Model/GetTrackingLogResponseBody.cs
+++ b/ShipEngineSDK/Model/GetTrackingLogResponseBody.cs
@@ -72,16 +72,6 @@ public partial class GetTrackingLogResponseBody
[JsonPropertyName("carrier_status_code"), JsonInclude]
public string? CarrierStatusCode { get; set; }
- ///
- /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
- ///
- /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
- ///
- /// 2018-09-23T15:00Z
- ///
- [JsonPropertyName("estimated_delivery_date"), JsonPropertyOrder(5)]
- public required DateTimeOffset EstimatedDeliveryDate { get; set; }
-
///
/// The events that have occured during the lifetime of this tracking number.
///
@@ -95,7 +85,7 @@ public partial class GetTrackingLogResponseBody
///
/// Gets or Sets StatusCode
///
- [JsonPropertyName("status_code"), JsonPropertyOrder(7)]
+ [JsonPropertyName("status_code"), JsonPropertyOrder(6)]
public required StatusCode StatusCode { get; set; }
///
@@ -105,7 +95,7 @@ public partial class GetTrackingLogResponseBody
///
/// 1Z932R800392060079
///
- [JsonPropertyName("tracking_number"), JsonPropertyOrder(8)]
+ [JsonPropertyName("tracking_number"), JsonPropertyOrder(7)]
public required string TrackingNumber { get; set; }
///
@@ -128,7 +118,7 @@ public partial class GetTrackingLogResponseBody
///
/// 2018-09-23T15:00Z
///
- [JsonPropertyName("actual_delivery_date"), JsonPropertyOrder(10)]
+ [JsonPropertyName("actual_delivery_date"), JsonPropertyOrder(9)]
public DateTimeOffset? ActualDeliveryDate { get; set; }
///
@@ -144,6 +134,16 @@ public partial class GetTrackingLogResponseBody
[JsonPropertyName("carrier_status_description"), JsonInclude]
public string? CarrierStatusDescription { get; set; }
+ ///
+ /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
+ ///
+ /// An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
+ ///
+ /// 2018-09-23T15:00Z
+ ///
+ [JsonPropertyName("estimated_delivery_date"), JsonPropertyOrder(11)]
+ public DateTimeOffset? EstimatedDeliveryDate { get; set; }
+
///
/// Exception description
///
@@ -210,13 +210,13 @@ public override string ToString()
sb.Append(" CarrierDetailCode: ").Append(CarrierDetailCode).Append("\n");
sb.Append(" CarrierId: ").Append(CarrierId).Append("\n");
sb.Append(" CarrierStatusCode: ").Append(CarrierStatusCode).Append("\n");
- sb.Append(" EstimatedDeliveryDate: ").Append(EstimatedDeliveryDate).Append("\n");
sb.Append(" Events: ").Append(Events).Append("\n");
sb.Append(" StatusCode: ").Append(StatusCode).Append("\n");
sb.Append(" TrackingNumber: ").Append(TrackingNumber).Append("\n");
sb.Append(" TrackingUrl: ").Append(TrackingUrl).Append("\n");
sb.Append(" ActualDeliveryDate: ").Append(ActualDeliveryDate).Append("\n");
sb.Append(" CarrierStatusDescription: ").Append(CarrierStatusDescription).Append("\n");
+ sb.Append(" EstimatedDeliveryDate: ").Append(EstimatedDeliveryDate).Append("\n");
sb.Append(" ExceptionDescription: ").Append(ExceptionDescription).Append("\n");
sb.Append(" ShipDate: ").Append(ShipDate).Append("\n");
sb.Append(" StatusDescription: ").Append(StatusDescription).Append("\n");
diff --git a/ShipEngineSDK/Model/StatusCode.cs b/ShipEngineSDK/Model/StatusCode.cs
index c8b5d5c..abf7fde 100644
--- a/ShipEngineSDK/Model/StatusCode.cs
+++ b/ShipEngineSDK/Model/StatusCode.cs
@@ -21,9 +21,9 @@
namespace ShipEngineSDK.Model;
///
-/// The tracking status codes |Value |Description |:- -- -- -- -- |:- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |`UN` | Unknown |`AC` | Accepted |`IT` | In Transit |`DE` | Delivered |`EX` | Exception |`AT` | Delivery Attempt |`NY` | Not Yet In System
+/// The tracking status codes |Value |Description |:- -- -- -- -- |:- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |`UN` | Unknown |`AC` | Accepted |`IT` | In Transit |`DE` | Delivered |`EX` | Exception |`AT` | Delivery Attempt |`NY` | Not Yet In System |`SP` | Delivered To Collection Location
///
-/// The tracking status codes |Value |Description |:- -- -- -- -- |:- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |`UN` | Unknown |`AC` | Accepted |`IT` | In Transit |`DE` | Delivered |`EX` | Exception |`AT` | Delivery Attempt |`NY` | Not Yet In System
+/// The tracking status codes |Value |Description |:- -- -- -- -- |:- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |`UN` | Unknown |`AC` | Accepted |`IT` | In Transit |`DE` | Delivered |`EX` | Exception |`AT` | Delivery Attempt |`NY` | Not Yet In System |`SP` | Delivered To Collection Location
[JsonConverter(typeof(StatusCodeJsonConverter))]
public class StatusCode
{
@@ -92,6 +92,12 @@ public StatusCode(string value)
public static StatusCode NY { get; } = new("NY");
+ ///
+ /// Enum SP for value: SP
+ ///
+ public static StatusCode SP { get; } = new("SP");
+
+
///
/// Get a string representation of the current value
///
diff --git a/ShipEngineSDK/ShipEngineSDK.csproj b/ShipEngineSDK/ShipEngineSDK.csproj
index 8f12b47..3c5bc56 100644
--- a/ShipEngineSDK/ShipEngineSDK.csproj
+++ b/ShipEngineSDK/ShipEngineSDK.csproj
@@ -4,7 +4,7 @@
ShipEngine
sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;
- 3.0.0-beta.12
+ 3.0.0-beta.13
ShipEngine
ShipEngine
The official ShipEngine C# SDK for .NET
diff --git a/generation/swagger.json b/generation/swagger.json
index 0096216..a078b17 100644
--- a/generation/swagger.json
+++ b/generation/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "ShipEngine API",
- "version": "1.1.202409060709",
+ "version": "1.1.202410032110",
"termsOfService": "https://www.shipengine.com/terms-of-service/",
"x-logo": {
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -5691,7 +5691,15 @@
"incompatible_paired_labels",
"invalid_charge_event",
"invalid_object",
- "no_rates_returned"
+ "no_rates_returned",
+ "file_not_found",
+ "shipping_rule_not_found",
+ "service_not_determined",
+ "no_rates_returned",
+ "funding_source_registration_in_progress",
+ "insurance_failure",
+ "funding_source_missing_configuration",
+ "funding_source_error"
],
"description": "The error code specified for the failed API Call"
},
@@ -11654,6 +11662,27 @@
"description": "An indicator that allows a shipper to declare the shipment as not-at-risk."
}
}
+ },
+ "license_number": {
+ "type": "string",
+ "nullable": true,
+ "default": null,
+ "example": 514785,
+ "description": "license number."
+ },
+ "invoice_number": {
+ "type": "string",
+ "nullable": true,
+ "default": null,
+ "example": "IOC56888",
+ "description": "invoice number."
+ },
+ "certificate_number": {
+ "type": "string",
+ "nullable": true,
+ "default": null,
+ "example": 784515,
+ "description": "certificate number."
}
}
},
@@ -12756,7 +12785,6 @@
"tracking_number",
"status_code",
"carrier_status_code",
- "estimated_delivery_date",
"events"
],
"additionalProperties": false,
@@ -12896,10 +12924,11 @@
"DE",
"EX",
"AT",
- "NY"
+ "NY",
+ "SP"
],
"type": "string",
- "description": "The tracking status codes\n\n|Value |Description\n|:--------- |:-----------------------------------------------------\n|`UN` | Unknown\n|`AC` | Accepted\n|`IT` | In Transit\n|`DE` | Delivered\n|`EX` | Exception\n|`AT` | Delivery Attempt\n|`NY` | Not Yet In System\n"
+ "description": "The tracking status codes\n\n|Value |Description\n|:--------- |:-----------------------------------------------------\n|`UN` | Unknown\n|`AC` | Accepted\n|`IT` | In Transit\n|`DE` | Delivered\n|`EX` | Exception\n|`AT` | Delivery Attempt\n|`NY` | Not Yet In System\n|`SP` | Delivered To Collection Location\n"
},
"status_detail_code": {
"readOnly": true,
@@ -16342,7 +16371,6 @@
"carrier_id",
"carrier_detail_code",
"carrier_status_code",
- "estimated_delivery_date",
"events"
],
"additionalProperties": false,