@scayle/admin-api
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

scayle-logo-cr

SCAYLE Admin API TypeScript and JavaScript SDK

The SCAYLE Admin API TypeScript and JavaScript SDK streamlines interactions with Admin REST APIs.

SCAYLE's **Admin API TypeScript and JavaScript SDK is released under the MIT license.

Installation

# Install the SDK with NPM
npm i @scayle/admin-api

# Install the SDK  with YARN
yarn add @scayle/admin-api

How to Use

import { createScayleAdminApiClient } from '@scayle/admin-api';

const client = createScayleAdminApiClient({
    tenant: 'my-tenant',
    accessToken: '<secret-token>'
});

const shopCountries = await client.shopCountries.getAllForShop('ay', { with: ['warehouses'] });

What is Scayle ?

SCAYLE is a full-featured e-commerce software solution that comes with flexible APIs. Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.

Learn more about Scayles’s architecture and commerce modules in the Docs.

Other channels

License

Licensed under the MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @scayle/admin-api

Weekly Downloads

116

Version

0.5.0

License

none

Unpacked Size

16.5 MB

Total Files

583

Last publish

Collaborators

  • ay-henribeck
  • lukas-matejka-scayle
  • scayle-automation