mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-16 15:20:55 +00:00
8 lines
182 B
Python
8 lines
182 B
Python
from Intaro import IntaroApy
|
|
from pprint import pprint
|
|
|
|
i = IntaroApy('https://g-lights.intarocrm.ru', 'pPsg3F79dj0OYkeYKwogOT9cccaipIKR')
|
|
|
|
result = i.orderGet(1342)
|
|
|
|
pprint(result)
|