Как-нибудь можно добавить 'properties-attributes' : 'properties-attribute', в arrays = .. в insales/api.py?
Еще исправьте проблему с кодировкой в setup.py
При установке через pip install pyinsales вылетает ошибка в этом файле.
замените строчку readme_content на :
readme_content = open("README.md",'r', encoding='utf8').read()
Допустимые значения для массивов 'variants' : 'variant', 'variants-attributes' : 'variant', 'options' : 'option', 'option-names' : 'option-name', 'option-values' : 'option-value', 'orders' : 'order', 'order-lines-attributes': 'order-line-attributes', 'images' : 'image',
Как-нибудь можно добавить 'properties-attributes' : 'properties-attribute', в arrays = .. в insales/api.py?