https://github.com/parth11991/linnworks
Linnworks Laravel API
https://github.com/parth11991/linnworks
api laravel linnworks linnworks-laravel-api sdk
Last synced: 26 days ago
JSON representation
Linnworks Laravel API
- Host: GitHub
- URL: https://github.com/parth11991/linnworks
- Owner: parth11991
- License: mit
- Created: 2021-07-27T11:53:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-10T11:49:30.000Z (2 months ago)
- Last Synced: 2025-12-10T16:18:31.523Z (2 months ago)
- Topics: api, laravel, linnworks, linnworks-laravel-api, sdk
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 96
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linnworks
## About
Wrapper for the Linnworks API, as documented at [http://apps.linnworks.net/Api](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.