Packaging List
Product Attributes
Get Packaging
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.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
Request body params
| Name | Type | Description |
|---|---|---|
textSearch | string | Search packaging by name. |
ids | Array<string> | Filter by specific packaging IDs. |
from | number | [DEFAULT: 0] Pagination start index. |
size | number | [DEFAULT: 50] Number of results to return (max 50). |
sort | object | Sorting configuration { field: string, order: "asc" | "desc" }. |
Implementation Details
- Pagination: Maximum page size is capped at 50 results.
- Usage: Each packaging item in the response includes an
_idfield. Use this_idvalue as thepackagingIdin thepackagingarray when creating or updating products.
Body
application/json

