Skip to content

Get a single product based on filters

GET
/rest/v1/product/product/item

Parameters

Query Parameters

filter[id]

Filter by product IDs

Type
string
filter[vatId]

Filter by VAT ID

Type
string
filter[vendorId]

Filter by vendor ID

Type
string
filter[badgeId]

Filter by badge ID

Type
string
filter[barcode]

Filter by barcode

Type
string
filter[active]

Filter by active status

Type
boolean
filter[name.el]

Filter by product name (Greek)

Type
string
filter[name.en]

Filter by product name (English)

Type
string
filter[slug.el]

Filter by product slug (Greek)

Type
string
filter[slug.en]

Filter by product slug (English)

Type
string
with

With relations

Type
string

Responses

Successful operation

application/json
JSON
"string"

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI