Skip to content

Instantly share code, notes, and snippets.

@nafilimonov
Created January 26, 2018 15:52
Show Gist options
  • Save nafilimonov/11c5f2ac16b3ae7d38e0692aee18be63 to your computer and use it in GitHub Desktop.
Save nafilimonov/11c5f2ac16b3ae7d38e0692aee18be63 to your computer and use it in GitHub Desktop.
Обмен заказами Битрикс
Сначала нужно выполнить
http://<сайт>/bitrix/admin/1c_exchange.php?type=sale&mode=checkauth
В четвертой строке сайт вернет токен(session id)
затем
http://<сайт>/bitrix/admin/1c_exchange.php?type=sale&mode=init + "&" + токен + "&version=2.08"
затем
http://<сайт>/bitrix/admin/1c_exchange.php?type=sale&mode=query + "&" + токен
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment