Update November 29, 2024 (#124)
This commit is contained in:
		
							
								
								
									
										12
									
								
								ozon/fbo.go
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								ozon/fbo.go
									
									
									
									
									
								
							@@ -101,9 +101,6 @@ type GetFBOShipmentsListResultAdditionalData struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type GetFBOShipmentsListResultAnalyticsData struct {
 | 
			
		||||
	// Delivery city
 | 
			
		||||
	City string `json:"city"`
 | 
			
		||||
 | 
			
		||||
	// Delivery method
 | 
			
		||||
	DeliveryType string `json:"delivery_type"`
 | 
			
		||||
 | 
			
		||||
@@ -118,9 +115,6 @@ type GetFBOShipmentsListResultAnalyticsData struct {
 | 
			
		||||
	// Payment method
 | 
			
		||||
	PaymentTypeGroupName PaymentTypeGroupName `json:"payment_type_group_name"`
 | 
			
		||||
 | 
			
		||||
	// Delivery region
 | 
			
		||||
	Region string `json:"region"`
 | 
			
		||||
 | 
			
		||||
	// Warehouse identifier
 | 
			
		||||
	WarehouseId int64 `json:"warehouse_id"`
 | 
			
		||||
 | 
			
		||||
@@ -247,9 +241,6 @@ type GetShipmentDetailsResultAdditionalData struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type GetShipmentDetailsResultAnalyticsData struct {
 | 
			
		||||
	// Delivery city
 | 
			
		||||
	City string `json:"city"`
 | 
			
		||||
 | 
			
		||||
	// Delivery method
 | 
			
		||||
	DeliveryType string `json:"delivery_type"`
 | 
			
		||||
 | 
			
		||||
@@ -264,9 +255,6 @@ type GetShipmentDetailsResultAnalyticsData struct {
 | 
			
		||||
	// Payment method
 | 
			
		||||
	PaymentTypeGroupName string `json:"payment_type_group_name"`
 | 
			
		||||
 | 
			
		||||
	// Delivery region
 | 
			
		||||
	Region string `json:"region"`
 | 
			
		||||
 | 
			
		||||
	// Warehouse identifier
 | 
			
		||||
	WarehouseId int64 `json:"warehouse_id"`
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user