Update March 12, 2024 (#73)
Add `hybryd` value to TPL Integration Type enum
This commit is contained in:
@@ -41,7 +41,7 @@ type CancellationInfo struct {
|
|||||||
CancellationReasonMessage string `json:"cancellation_reason_message"`
|
CancellationReasonMessage string `json:"cancellation_reason_message"`
|
||||||
|
|
||||||
// Delivery service integration type
|
// Delivery service integration type
|
||||||
TPLIntegrationType string `json:"tpl_integration_type"`
|
TPLIntegrationType TPLIntegrationType `json:"tpl_integration_type"`
|
||||||
|
|
||||||
// Cancellation request status
|
// Cancellation request status
|
||||||
State CancellationInfoState `json:"state"`
|
State CancellationInfoState `json:"state"`
|
||||||
|
|||||||
@@ -312,6 +312,9 @@ const (
|
|||||||
|
|
||||||
// delivery by the seller
|
// delivery by the seller
|
||||||
NonIntegratedTPLType TPLIntegrationType = "non_integrated"
|
NonIntegratedTPLType TPLIntegrationType = "non_integrated"
|
||||||
|
|
||||||
|
// Russian Post delivery scheme
|
||||||
|
HybrydTPLType TPLIntegrationType = "hybryd"
|
||||||
)
|
)
|
||||||
|
|
||||||
type DetailsDeliveryItemName string
|
type DetailsDeliveryItemName string
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ type FBSPosting struct {
|
|||||||
Substatus string `json:"substatus"`
|
Substatus string `json:"substatus"`
|
||||||
|
|
||||||
// Type of integration with the delivery service
|
// Type of integration with the delivery service
|
||||||
TPLIntegrationType string `json:"tpl_integration_type"`
|
TPLIntegrationType TPLIntegrationType `json:"tpl_integration_type"`
|
||||||
|
|
||||||
// Shipment tracking number
|
// Shipment tracking number
|
||||||
TrackingNumber string `json:"tracking_number"`
|
TrackingNumber string `json:"tracking_number"`
|
||||||
|
|||||||
Reference in New Issue
Block a user