dqfan2012/sellbrite-sdk

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP library that interacts with the Sellbrite API

v1.0.12 2019-01-29 20:00 UTC

This package is not auto-updated.

Last update: 2020-12-31 19:18:18 UTC


README

Build Status codecov

Sellbrite SDK

This is a PHP library that wraps the Guzzle HTTP Client to interact with the Sellbrite API.

Installation

$ composer require dqfan2012/sellbrite-sdk

Covered API Calls

Channels

  • GET /channels - 3 Tests

Inventory

  • GET /inventory - 7 Tests
  • PATCH /inventory - 5 Tests
  • POST /inventory - 5 Tests
  • PUT /inventory - 4 Tests

Orders

  • GET /orders - 7 Tests
  • GET /orders/:sb_order_seq - 3 Tests

Shipments

  • POST /shipments - 6 Tests

Warehouses

  • GET /warehouses - 3 Tests
  • POST /warehouses - 5 Tests
  • PUT /warehouses - 6 Tests
  • GET /warehouses/fulfillments/:uuid - 5 Tests

Products

  • GET /products - 4 Tests
  • POST /products/{sku} - 5 Tests
  • DELETE /products/{sku} - 4 Tests

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 dqfan2012@gmail or sastidham@trollandtoad.com