[Update] Add reponse other
This commit is contained in:
		
							parent
							
								
									e0a4a508a6
								
							
						
					
					
						commit
						e387471efe
					
				| 
						 | 
					@ -24,6 +24,12 @@ type WarehouseConfiguration struct {
 | 
				
			||||||
	Order                   WarehouseOrder    `json:"order"`
 | 
						Order                   WarehouseOrder    `json:"order"`
 | 
				
			||||||
	Partner                 WarehousePartner  `json:"partner"`
 | 
						Partner                 WarehousePartner  `json:"partner"`
 | 
				
			||||||
	Delivery                WarehouseDelivery `json:"delivery"`
 | 
						Delivery                WarehouseDelivery `json:"delivery"`
 | 
				
			||||||
 | 
						Other                   WarehouseOther    `json:"other"`
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// WarehouseOther ...
 | 
				
			||||||
 | 
					type WarehouseOther struct {
 | 
				
			||||||
 | 
						DoesSupportSellyExpress bool `json:"doesSupportSellyExpress"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// WarehouseSupplier ...
 | 
					// WarehouseSupplier ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue