Administrator Latest Releases Catalog API
Use the Administrator Latest Releases Catalog View API to retrieve product, hierarchy and node information.
The Administrator Latest Releases Catalog View API is for Administrator use only. Do not use these endpoints on your customer-facing frontends.
Publishing a catalog creates a release of that catalog that you can use in an organization or in a specific store or other shopper experience. You can retrieve the hierarchies, nodes, and the live
products associated with a catalog release. You can see which parent nodes a product is associated with. This is useful if want to improve how your shoppers search your store, for example.
Currently, published catalogs are limited to the current release and two releases prior to the current release.
📄️ Get all Hierarchies
Returns the hierarchies from a published catalog.
📄️ Get a Hierarchy
Returns the specified hierarchy from a published catalog.
📄️ Get a Hierarchy's Nodes
Returns all nodes for the specified hierarchy from a published catalog.
📄️ Get a Hierarchy's Children
Returns the parent nodes for the specified hierarchy from a published catalog.
📄️ Get all Nodes
Returns the child nodes from a published catalog.
📄️ Get a Node
Returns a node from a published catalog.
📄️ Get a Node's Children
Returns the child nodes for a node from a published catalog.
📄️ Get all Products
Returns the products from a published catalog. Only the products in a `live` status are retrieved. Currently, published catalogs are limited to the current release and two releases prior to the current release.
📄️ Get a Product
Returns a product from a published catalog. The product must be in `live` status. Currently, published catalogs are limited to the current release and two releases prior to the current release.
📄️ Get a Bundle's Component Products
With Product Experience Manager, you can [create](/docs/api/pxm/products/create-product) and manage bundles. A bundle is a purchasable product, comprising of one or more products that you want to sell together.
📄️ Get a Parent Product's Child Products
For a specified product and catalog release, retrieves a list of child products from a parent product. Any product other than a base product results in a `422 Unprocessable Entity` response. Only the products in a `live` status are retrieved.
📄️ Get a Hierarchy's Products
Returns the products associated with the specified hierarchy in the catalog. The products must be in the `live` status.
📄️ Get a Node's Products
Returns the products associated with the specified hierarchy node in the catalog. The products must be in the `live` status. If the products have been curated, then the products are returned in the order specified in the `curated_products` attribute. A product that is curated has the `'curated_product': true` attribute displayed.