Skip to main content

Getting Started with the Sellbrite API

Learn more about APIs, and what you can do with Sellbrite's API.

Written by Holland Rocha

If you are a developer, you can find Sellbrite's full API documentation at https://developer.sellbrite.com/.

What is an API?

API stands for application programming interface. It is how two applications are able to communicate with each other. Think of it as a messenger that sends a request from one application to another and delivers a response back. Sellbrite uses APIs to connect to your sales channels and shipping services.

Do I have access to the API?

Sellbrite's API is available on all paid Sellbrite plans. A few things to note:

If your plan includes API access, you can find your API credentials by going to Settings > API in your Sellbrite dashboard.

What is the Sellbrite API for?

Sellbrite's API can be used to build connections with marketplaces or shipping applications that Sellbrite does not currently integrate with natively. For example, if you need to sync inventory to a custom website, you can do so using the API.

The following endpoints are available:

Orders

  • GET /orders

  • GET /orders/:sb_order_seq

Inventory

  • GET /inventory

  • POST /inventory

  • PUT /inventory

  • PATCH /inventory

Shipments

  • POST /shipments

Channels

  • GET /channels

Warehouses

  • GET /warehouses

  • POST /warehouses

  • PUT /warehouses

  • GET /warehouses/fulfillments/:uuid

Products

  • GET /products

  • POST /products/{sku}

  • DELETE /products/{sku}

Variations

  • PUT /variation_groups//{sku}

  • DELETE /variation_groups//{sku}

  • GET /variation_groups

Did this answer your question?