solidus-sdk

solidus-sdk

  • Docs
  • GitLab
  • Solidus

›Getting Started

Getting Started

  • Basic Usage
  • Configuration
  • Plugins
  • Customizations

API

  • checkout
  • classification
  • config
  • country
  • creditCard
  • inventoryUnit
  • optionType
  • optionValue
  • order
  • Products
  • Promotions
  • property
  • shipment
  • stockItem
  • stockLocation
  • store
  • storeCreditEvent
  • taxon
  • taxonomy
  • user
  • variant
  • zone

Other

  • Contributing
Edit

Basic Usage

Before getting started, we''ll assume you already have an existing app running with Solidus setup. If you don't, get setup with Solidus first.

Installation

Using Yarn you can add the solidus-sdk to your app.

yarn add solidus-sdk

Once you have solidus-sdk installed, you can get started using it like so:

import { Solidus } from 'solidus-sdk'

const sdk = new Solidus({ href: 'https://mysolidus.app' })
Configuration →
  • Installation
solidus-sdk
Docs
Getting Started
More
GitLabSolidus.io