Skip to content

Instantly share code, notes, and snippets.

@kernusr
Last active April 13, 2020 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kernusr/dd699759b981d419f435fa8296b63e5a to your computer and use it in GitHub Desktop.
Save kernusr/dd699759b981d419f435fa8296b63e5a to your computer and use it in GitHub Desktop.
Ручная загрузка заказов на сайт bitrix

1 - авторизоваться в админке

2 - перейти на https://{mysite}/bitrix/admin/1c_exchange.php?type=sale&mode=checkauth и получить sessid

3 - перейти на https://{mysite}/bitrix/admin/1c_exchange.php?type=sale&mode=init&sessid={sessid}

4 - скопировать файл заказа order.xml в /upload/1c_exchange

5 - перейти на https://{mysite}/bitrix/admin/1c_exchange.php?type=sale&mode=import&filename=order.xml&sessid={sessid}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment