booni3/linnworks

Linnworks API wrapper

Installs: 731

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 9

Open Issues: 1

pkg:composer/booni3/linnworks

0.8 2025-10-03 12:06 UTC

This package is auto-updated.

Last update: 2025-10-03 12:07:54 UTC


README

About

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

Install

composer require booni3/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.