Order Items (NPM Package)
This package is an abstraction to decouple the Order Items logic from VTEX IO. Refer to the original repository for more information.
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install @vtex/order-items --save
yarn add @vtex/order-items
Installation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
<script src="https://unpkg.com/@vtex/order-items"></script>
<script src="https://cdn.jsdelivr.net/npm/@vtex/order-items"></script>
<script>
console.log(orderItems)
</script>
Documentation
Documentation generated from source files by Typedoc.
License
Released under MIT License.