Inbound endpoints
Product Catalog & Extensions e...

Product Catalog endpoints

5min

Quick reference

Verb

Path

Method

GET

/api/platform/product_catalog/config/

Retrieve the product catalog configuration

GET

/api/platform/product_catalog/

List all product catalog entities

GET

/api/platform/product_catalog/{product_code}/

Retrieve a product catalog entity

DELETE

/api/platform/product_catalog/{product_code}/

Deactivate a product catalog (Next release)

POST

/api/v1/product_catalog/add_column/

Adding a product catalog column

Adding a product catalog column

The first step before adding products is to configure the schema of the product catalog. We do this by adding product catalog columns, one by one

Parameters

column_name



column_type



column_label

type: string, Required

The identifier of the column

type: string, Required

The values of the extensions (must be of strings)

type: string, Required

The label of the column, that will be displayed in the UI

Example

Shell


Upon success, the response is 201 OK and returns

JSON


Once you have started creating products, product catalog configuration update is not supported yet. Please contact our customer engineering team in this case.

Loading your Product Catalog

Once the product catalog is configured, you can load products into Pricemoov. See Product Catalog & Extensions endpoints