onfuro/linnworks

Linnworks API wrapper

Installs: 358

Dependents: 0

Suggesters: 0

Security: 0

Stars: 96

Watchers: 9

Forks: 3

Open Issues: 0

pkg:composer/onfuro/linnworks

0.18 2025-12-25 14:08 UTC

This package is auto-updated.

Last update: 2025-12-25 14:09:31 UTC


README

About

Wrapper for the Linnworks API, as documented at http://apps.linnworks.net/Api

Install

composer require onfuro/linnworks

Usage

$linnworks = Linnworks::make('applicationId', 'applicationSecret', 'token');
$orders = $linnworks->Orders()->getOpenOrders(
    25,
    1,
    null,
    null,
    'e41b4701-0885-430d-9623-d840d9d46dd6',
    null);

Depriciated SDK

Only some of the API has been created. The depreciated SKD folder contains a wide range of the potential API calls.