cURL
PM API
PM Categories
GET
cURL
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.
Introduction
The Categories endpoint allows you to retrieve the full list of supported product categories and their nested sub-categories. These categories are required when creating or updating products in the Worldly Product Module (PM).Category types
The categories are grouped by major product types. Each entry in the response array corresponds to one of these types:ApparelFootwearHomeTextilesOther
Response structure
The response returns an array of objects. Each object contains atype and a categories object containing the hierarchical category data.
type: The top-level product classification (e.g., “Apparel”).categories: A nested object containing the specific sub-categories and options available for that product type.

