List Products
GET
/store/products
Store API/ProductsProducts
id
or q
. The products can also be sorted or paginated.This API Route can also be used to retrieve a product by its handle.
region_id
, currency_code
, and cart_id
when available.sales_channel_id
ensures retrieving only products available in the specified sales channel.You can alternatively use a publishable API key in the request header instead of passing a
sales_channel_id
.Request
Query Params
q
string
optional
id
string
optional
sales_channel_id
array[string]
optional
collection_id
array[string]
optional
type_id
array[string]
optional
tags
array[string]
optional
title
string
optional
description
string
optional
handle
string
optional
is_giftcard
string
optional
lt
array[string]
optional
Example:
["",""]
gt
array[string]
optional
Example:
["",""]
lte
array[string]
optional
Example:
["",""]
gte
array[string]
optional
Example:
["",""]
category_id
array[string]
optional
include_category_children
string
optional
category_id
field.offset
integer
optional
limit
integer
optional
expand
string
optional
fields
string
optional
order
string
optional
cart_id
string
optional
region_id
string
optional
currency_code
string
optional
Request samples
Responses
Modified at 2024-05-23 07:10:14