Skip to main content
POST
Get Default Products
Use this endpoint to browse the default product taxonomy. Default products are pre-configured templates with standard material compositions that you can use as a starting point when creating products.

Request body params

Implementation Details

  • Pagination: Maximum page size is capped at 50 results.
  • Active only: Only active taxonomy entries are returned.
  • Usage: Use the taxonomyId from the response when creating a product to inherit the default material composition.

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
productSize
string[] | null
productCategory
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