Skip to content

Get product collection

GET
/rest/v1/product/product

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[vendorCode]

Filter by vendor code (partial)

Type
string
filter[active]

Filter by active status

Type
boolean
filter[softDelete]

Filter by soft delete status

Type
boolean
filter[negativeStock]

Filter by negative stock

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
sort

Sort order

Type
string
page

Page number

Type
integer
limit

Pagination limit

Type
integer
with

With relations (e.g., translations,vendor,vat,shelfcode,badge,categories,productCodes,barcodes,tags,lines,variationValues)

Type
string

Responses

Successful operation

application/json
JSON
"string"

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI