Inbound endpoints
Product Catalog & Extensions e...
Product Catalog endpoints
5 min
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 curl location 'https //api pricemoov com/api/v1/product catalog/add column/' \\ \ header 'authorization jwt \<your token>' \\ \ header 'content type application/json' \\ \ data '{ "column name" "category", "column type" "str", "column label" "category", }' upon success, the response is 201 ok and returns { "column label" "category brand", "column name" "category brand", "column type" "str", "default value" none, "editable" true, "hidden" false, "sortable" false, "source table" none, } 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 docid\ tppgglwhgk3kstuhbul4l