Product Catalog API
The Public Catalog API provides access to the SoftwareOne Marketplace product catalog.
It exposes software product listings, vendor profiles, and classification data (categories, industries, and segments) through a RESTful interface, allowing you to:
Browse the full range of software products, vendors, and categories available on the SoftwareOne Marketplace.
Create and manage vendor profiles.
Create and manage product profiles.
Publish and unpublish catalog entries.
Manage categories, industries, and segments used to organize the catalog.
Access to this API is role-based. Clients can view published items, vendors can manage their own vendor and product profiles, and SoftwareOne Operations has full access to all entities and states.
Before you start
Review the shared API docs before you work with public catalog resources.
Core resources
The Program API is built around the following core resources:
Vendor profile – Represents a
vendorin the public catalog.Product profile – Represents a
productin the public catalog.Category – Represents a software category or sub-category, used to classify software in the public catalog.
Industry – Represents specific business sectors or markets that products are designed to serve.
Segment – Categorizes
productsbased on the size and type of organizations for which they are most suitable.
Browse collections
The API is organized into collections, each containing a set of operations. Access to these operations varies by role, depending on whether you are a client, vendor, or operations user.
Use the following links to jump to the collection you need:
Vendor Profile
Product Profile
Category
View Category operations
POST
Unpublishes a category and updates it from published (active) to unpublished (disabled).
ops
Industry
View Industry operations
POST
Unpublishes an industry and updates it from published (active) to unpublished (disabled).
ops
Segment
Last updated
Was this helpful?