API клиент для Бизнес-платформа IEK https://bp.iek.ru/docs/client
Go to file
Pavel Sinitsin 99c8dbd911
Add methods to retrieve products and inventory data
Implemented `GetProductByArticle` to fetch product details by article. Added `GetRemainsAndPlanresidues` to obtain inventory balances for categories. These enhancements improve the API's capability to manage product and inventory information.
2024-09-07 22:02:10 +03:00
api Add methods to retrieve products and inventory data 2024-09-07 22:02:10 +03:00
client Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00
model Add tree structure to categories API 2024-09-07 21:18:36 +03:00
utils Add tree structure to categories API 2024-09-07 21:18:36 +03:00
.gitignore Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00
go.mod Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00
go.sum Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00