Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Невозможность работы с адресами магазинов, в случае, когда домен не ru #2

Open
willfill opened this issue Nov 1, 2013 · 0 comments

Comments

@willfill
Copy link

willfill commented Nov 1, 2013

Метод умеет работать только с магазинами в зоне .ru
(https://github.com/nailxx/pyinsales/blob/master/insales/connection.py#L31)

Например, адрес магазина someshop.myinsales.kz, соотв аккаунт для передачи в метод from_credentials будет someshop

api = InSalesApi.from_credentials('someshop', api_key, password)

Далее, пытаемся сделать тестовый запрос:

api.get_orders_fields()

Получаем на стороне insales редирект с someshop.myinsales.ru на someshop.myinsales.kz

Надо либо передавать в метод from_credentials доп параметр домена, либо передавать полный урл магазина

knopki pushed a commit to knopki/pyinsales that referenced this issue Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant