booni3/linnworks-laravel

Linnworks API service provider and facade for Laravel

dev-master 2018-10-07 16:24 UTC

This package is auto-updated.

Last update: 2020-01-07 20:54:27 UTC


README

About

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

Install

composer require booni3/linnworks-laravel

Usage

Using Facade:

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