@scayle/admin-api
v0.8.0
Published
Strongly typed SDK for the Scayle Administration API
Downloads
5,930
Keywords
Readme
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