trollandtoad / sellbrite-sdk
A PHP library that interacts with the Sellbrite API.
v1.1.1
2023-11-01 04:31 UTC
Requires
- php: ^7.1.8|^8.0
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^6.5.8|^7.4.5
Requires (Dev)
- mockery/mockery: ^1.3.6
- roave/security-advisories: dev-latest
- symfony/phpunit-bridge: ^6.3.6
README
Sellbrite SDK
This is a PHP library that wraps the Guzzle HTTP Client to interact with the Sellbrite API.
Installation
composer require trollandtoad/sellbrite-sdk
Covered API Calls
Channels
- GET /channels - 3 Tests
Inventory
- GET /inventory
- PATCH /inventory
- POST /inventory
- PUT /inventory
Orders
- GET /orders
- GET /orders/:sb_order_seq
Shipments
- POST /shipments
Warehouses
- GET /warehouses
- POST /warehouses
- PUT /warehouses
- GET /warehouses/fulfillments/:uuid
Products
- GET /products
- POST /products/{sku}
- DELETE /products/{sku}
Variation Groups
- GET /variation_groups - 4 Tests
- DELETE /variation_groups/{sku} - 4 Tests
- PUT /variation_groups/{sku} - 7 Tests
Total - 87 Unit Tests
Report Bugs
Please report bugs to brclothier@trollandtoad.com