Skip to content

trollandtoad/sellbrite-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status (with event) Codecov

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

About

PHP Library that interacts with the Sellbrite API using the Guzzle HTTP Client.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages