Products
Get All Products
This endpoint allows you to retrieve all products. You can also filter the products by name, category, and status.
GET
/
v1
/
products
Headers
X-BUSINESS-API-KEY
string
requiredQuery Parameters
statuses
enum<string>[]
Available options:
draft
, published
categories
string[]
source
enum<string>[]
Available options:
shopify
, wooCommerce
inventory
enum<string>[]
Available options:
in_stock
, out_of_stock
location_ids
string[]
channels
enum<string>[]
Available options:
pos
, invoice
, online_store
keywords
string[]
page
number
default: 1per_page
number
default: 10Response
200 - application/json
data
object[]
links
object
meta
object
Was this page helpful?