mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-22 13:06:03 +03:00
9 lines
182 B
Python
9 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)
|