Skip to main content
Stay up to date. Subscribe to API changelog updates in your preferred feed reader or automation.
View all updates

Content APIs for categories, attributes, and products

You can now browse the noon category tree, discover exactly which attributes a category expects, submit products against it, and read back their content — four endpoints, with a guide set that takes you from first call to go-live.

EndpointSummary
POST /v1/categories/listListCategories — lists all available product categories in the catalog.
POST /v1/categories/attributes/listListCategoryAttributes — retrieves the attributes for a specified product category.
POST /v1/product/upsertUpsertProduct — creates or updates a product in the catalog.
POST /v1/product/content/getGetContent — retrieves content information for specified products.

Guides

Five documents walk through a first integration end to end:

The published reference is the source of truth for these endpoints: field and enum names match the service exactly, and rate limits render from the live specification.