ebanutsya
This commit is contained in:
		
							
								
								
									
										8
									
								
								sipro/api/general.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								sipro/api/general.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
from sipro.api.client import get_client
 | 
			
		||||
 | 
			
		||||
client = get_client()
 | 
			
		||||
router = '/general'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def get_shipping_warehouses():
 | 
			
		||||
    return client.method('GET', f'{router}/getShippingWarehouses')
 | 
			
		||||
		Reference in New Issue
	
	Block a user