1.1.0 • Published 9 months ago

@geedium/linnworks v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Linnworks Node.js SDK

The Linnworks Node.js SDK is here to make connecting with the Linnworks platform super easy for Node.js developers.

āš™ļø Installiation

yarn add @geedium/linnworks

You can use your preferred package manager yarn is just an example.

šŸš€ Quick Start

import { Linnworks } from '@geedium/linnworks';

const client = Linnworks({
    applicationId: "<your_application_id>",
    applicationSecret: "<your_application_secret>",
    installiationToken: "<your_installation_token>",
    version: "v1",
});

await client.auth.authorizeByApplication();

const topProducts = await client.dashboards.getPerformanceTableData({
    period: 1,
});

console.log(topProducts);

🪢 Integrations

IntegrationImplemented
Channel integrationāœ” Channel
Shipping integrationāœ” <Root>

This package only includes types and utilities for the integrations.
You must deploy your own application server and host it with your chosen service.
You can obtain your application id, secret, and token from the Linnworks Developer Portal.

!Tip You can import the integration and access all its exported types.

import { Linnworks, Channel } from '@geedium/linnworks';

const var: Channel.ExpectedType = Channel.ExpectedType.STRING;

v1

APIImplemented
Authenticate APIāœ” Auth auth
Dashboards APIāœ” Dashboards dashboards
Email APIāœ” Email email
Generic Listings APIāœ” GenericListings genericListings
Import and Export APIāœ—
Listings APIāœ—
Locations APIāœ—
Macros APIāœ—
Open Orders APIāœ—
Orders APIāœ—
Picking APIāœ—
Post Sale (Cancellations) APIāœ—
Postal Services APIāœ—
Print Service APIāœ—
Processed Orders APIāœ—
Purchase Orders APIāœ—
Returns and Refunds APIāœ—
Rules Engine APIāœ—
Settings APIāœ—
ShipStation APIāœ—
Stock APIāœ—
Warehouse Transfer (Legacy) APIāœ—
Warehouse Transfer APIāœ— FbaShipmentāœ— FbaShipmentBoxāœ— FbaShipmentBoxItemāœ— FbaShipmentFeedāœ— FbaShipmentItemāœ— FbaShipmentItemBatchāœ— FbaShipmentPalletāœ— FbaShipmentTransportāœ— FbaShipmentTransportDetailāœ— FbaShippingLocationāœ— FbaShippingPlanāœ— FbaStockItemBatchāœ— FbaTransferCardsāœ— Importāœ— StockItemāœ— WarehouseTransfer
WMS APIāœ—
Shipping service APIāœ— ShippingService shippingService
Inventory APIāœ—

v2

APIImplemented
Warehouse Transferāœ—
1.0.2

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago