Product
3 endpoints.
POST
Create product
/api/integration/productCreates a product or component in the Sodtrack catalog from an external system.
PATCH
Update product
/api/integration/productUpdates an existing product or component in the Sodtrack catalog, identified by its internal id or its sku.
GET
Product
/api/integration/productReturns a single product or component, identified by its Sodtrack id or by its SKU, together with its catalog price and every area pricing configuration it has: each configuration carries the price,…