bitrix-rest-api-core

This library declares interfaces used in [Bitrix and Bitrix24 REST API](https://dev.1c-bitrix.ru/rest_help/index.php).

Usage no npm install needed!

<script type="module">
  import bitrixRestApiCore from 'https://cdn.skypack.dev/bitrix-rest-api-core';
</script>

README

bitrix-rest-api-core

Description

This library declares interfaces used in Bitrix and Bitrix24 REST API.

Features

  • TypeScript interfaces.
  • An improved documentation written in English.
  • NodeJS, Deno and browser compatible.

Installation

npm install --save-dev bitrix-rest-api-core

or

yarn add bitrix-rest-api-core --dev

Interfaces

Online Shop (sale)

  • PropertyVariant
  • PropertyGroup (Order property group)
  • Order
  • TradeBinding (Marketplace order binding)
  • PropertyValue (Order property value)
  • BasketItem
  • StatusLang (Status localization)
  • Payment
  • Shipment
  • PropertyRelation
  • Property (Order property)
  • BasketProperties
  • BusinessValuePersonDomain
  • Status
  • ShipmentItem
  • PersonType
  • TradePlatform (Marketplace)

License

MIT (c) 2021 Viacheslav Dobromyslov <viacheslav@dobromyslov.ru>