All Collections
Troubleshooting
Sellbrite Settings
What is Sellbrite's API and do I need it?
What is Sellbrite's API and do I need it?

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

Holland Rocha avatar
Written by Holland Rocha
Updated over a week ago

If you are a developer, check out our API documentation, here: https://developer.sellbrite.com/. If you would like to learn a little more about Sellbrite's API, read below:

What is an API?

API stands for application programming interface. It is how two applications are able to communicate and talk to each other. In other words, an API is the messenger that delivers a request to an application and can deliver a response back. Sellbrite connects to your sales channels and shipping services using APIs.

Do I have access to the API?

Our API is available to all merchants subscribed to a paid Sellbrite plan. If you are subscribed to an older plan and are unsure if you have access to the API, reach out to our support team for assistance. API access is not available to Sellbrite for Shopify users.

What is Sellbrite's API for?

Sellbrite's API can be used to build a connection with marketplaces or shipping applications that we do not currently integrate with. If you need to sync inventory to a custom website, you would do so using our API. Check out the list of endpoints below to see exactly what you can do with our API:

GET /orders

GET /orders/:sb_order_seq

GET /inventory

POST /inventory

PUT /inventory

PATCH /inventory

POST /shipments

GET /channels

GET /warehouses

POST /warehouses

PUT /warehouses

GET /warehouses/fulfillments/:uuid

GET /products

POST /products/{sku}

DELETE /products/{sku}

PUT /variation_groups//{sku}

DELETE /variation_groups//{sku}

GET /variation_groups

Did this answer your question?