1.1.0 ⢠Published 9 months ago
@geedium/linnworks v1.1.0
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
Integration | Implemented |
---|---|
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
API | Implemented |
---|---|
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
API | Implemented |
---|---|
Warehouse Transfer | ā |
1.0.2
9 months ago
1.1.0
9 months ago
1.0.1
9 months ago
1.0.0-dev-HYRfJSSQS
9 months ago
1.0.0-dev-VHLZH0BQB
9 months ago
1.0.0-dev-KWnNHDpci
9 months ago
1.0.0-dev-ZOsj9YfeN
9 months ago
1.0.0-dev-21CVAgC5q
9 months ago
1.0.0-dev-G6KcswvPw
9 months ago
1.0.0-dev-JOhWmYO5w
9 months ago
1.0.0-dev-ITP9iTSDf
9 months ago
1.0.0-dev-zvup29T9G
9 months ago
1.0.0-dev-G2LmV2Peb
9 months ago
1.0.0-dev-E8oYA7C97
9 months ago
1.0.0
9 months ago