applications
This commit is contained in:
@@ -6,3 +6,7 @@ router = '/general'
|
||||
|
||||
def get_shipping_warehouses():
|
||||
return client.method('GET', f'{router}/getShippingWarehouses')
|
||||
|
||||
|
||||
def get_cities():
|
||||
return client.method('GET', f'{router}/getCities')
|
||||
|
||||
Reference in New Issue
Block a user