ebanutsya

This commit is contained in:
2023-11-07 23:16:58 +03:00
parent 9fe15529a8
commit f0b248eb6e
6 changed files with 29 additions and 3 deletions

8
sipro/api/general.py Normal file
View 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')