Skip to main content
POST
Packaging List
Use this endpoint to search the packaging catalog. Packaging items represent the materials used to package a product (e.g., polybags, cardboard boxes) and contribute to the product’s environmental impact calculation.

Request body params

Implementation Details

  • Pagination: Maximum page size is capped at 50 results.
  • Usage: Each packaging item in the response includes an _id field. Use this _id value as the packagingId in the packaging 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