0.0.26 • Published 3 days ago

@scayle/admin-api v0.0.26

Weekly downloads
-
License
-
Repository
github
Last release
3 days ago

scayle-logo-cr

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

0.0.26

3 days ago

0.0.24

8 days ago

0.0.25

7 days ago

0.0.22

10 days ago

0.0.23

10 days ago

0.0.20

15 days ago

0.0.21

14 days ago

0.0.19

15 days ago

0.0.18

16 days ago

0.0.17

16 days ago