Skip to main content
POST
/
v3
/
get-displays
Get Displays
curl --request POST \
  --url 'https://api.example.com/v3/get-displays?api_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "market": "<string>",
  "product_ids": [
    "<string>"
  ],
  "merchant": "<string>",
  "locale": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

api_key
string
query
required

Body

application/json
market
string
required

Market identifier

Minimum string length: 1
product_ids
string[]
required
Required array length: 1 - 50 elements
merchant
string
required

Identifier associated with the API integration

Minimum string length: 1
locale
string
required

Locale identifier

Minimum string length: 1

Response

Successful Response