Update March 12, 2024 (#73)
Add `hybryd` value to TPL Integration Type enum
This commit is contained in:
@@ -174,7 +174,7 @@ type FBSPosting struct {
|
||||
Substatus string `json:"substatus"`
|
||||
|
||||
// Type of integration with the delivery service
|
||||
TPLIntegrationType string `json:"tpl_integration_type"`
|
||||
TPLIntegrationType TPLIntegrationType `json:"tpl_integration_type"`
|
||||
|
||||
// Shipment tracking number
|
||||
TrackingNumber string `json:"tracking_number"`
|
||||
|
||||
Reference in New Issue
Block a user