Cloud HostingLaunch UnoPim on fully-managed cloud hosting — fast, secure and cost-effective plans.
Skip to content

UnoPim API Documentation

Welcome to the UnoPim REST API docs. This page gives you the big picture of what the API can do before you dive into the individual endpoint pages.

Overview

UnoPim is a Product Information Management (PIM) software that enables users to manage and centralize product data efficiently. The UnoPim API allows developers to interact with the platform using REST (Representational State Transfer) principles, supporting full Create, Read, Update, Patch, and Delete operations across the catalog. This API is designed for easy integration with external platforms, helping developers build Progressive Web Applications (PWA) or mobile applications for managing product data in the UnoPim system.

Key Features

Here is what you get out of the box:

  • Operations: Full CRUD (plus PATCH partial updates) on products, attributes, attribute groups, families, category fields, categories, locales, channels, currencies, media, measurements, and Digital Product Passports.
  • Delta Synchronization 3.0: created_at/updated_at filters and search_after cursor pagination for incremental syncs at catalog scale.
  • Conditional Requests: ETag / If-None-Match support returns 304 Not Modified on unchanged responses.
  • Pagination Support: Streamline data handling for larger datasets through pagination.
  • PIM Integration: Facilitate seamless integration with eCommerce platforms, mobile apps, and other systems that rely on product information management.

Explore the REST API Demo

Try out the UnoPim API through our interactive demo. This demo showcases the Create, Read, and Update operations and other API functionalities, providing developers with hands-on experience.

Explore REST API Demo

Released under the MIT License.