Product Catalog endpoints
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 |
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
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
Upon success, the response is 201 OK and returns
Once you have started creating products, product catalog configuration update is not supported yet. Please contact our customer engineering team in this case.
Once the product catalog is configured, you can load products into Pricemoov. See Product Catalog & Extensions endpoints