Skip to main content
GET
/
catalog
/
v0
/
products
Get Products
curl --request GET \
  --url https://api.example.com/catalog/v0/products \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.depict.ai/llms.txt

Use this file to discover all available pages before exploring further.

This page does not apply to installs made in 2025 or later of the Depict Shopify apps

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

product_ids
string[]
required

Response

Successful Response