Skip to main content
POST
Get Components List
Use this endpoint to search the component catalog. Components represent additional product elements such as buttons, zippers, and trims that contribute to a product’s environmental impact.

Request body params

Implementation Details

  • Pagination: Maximum page size is capped at 50 results.
  • Usage: Use the returned _id values (as componentId) in the components array when creating or updating products.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Body

application/json
from
number<double> | null
size
number<double> | null
ids
string[] | null
sort
object

API Search requests

textSearch
string | null

Response

200 - application/json

Ok

API Search responses

from
number<double>
required
size
number<double>
required
total
number<double>
required
results
object[]
required