-
Sometimes Response object has string values in bool parameters.
E.g. in good conditions when I try to get order list by URL like
`https://demo.retailcrm.ru/api/v4/orders?apiKey=..`.
I see in JSON…
-
https://github.com/retailcrm/api-client-php/blob/master/lib/RetailCrm/ApiClient.php#L34
This library still uses v3 of the API, but the documentation says to use v4:
http://www.retailcrm.ru/docs/Develo…
-
Не смотря на указанный фильтр expired=0, в получаемом списке заказов присутствуют просроченные. Однако, expired=1 работает.
``` php
$crm=new \RetailCrm\ApiClient($url,$apiKey);
$filter=array();
print…
-
Retailcrm.customers({:email => 'test@example.com'}, 50, 1) возвращает все записи не фильтруя