Product Ids and SKUs
Products can be uniquely identified by either of the following:id: The unique identifier for the product in Commenda’s system.sku: A unique identifier generated by the seller and used consistently across each ERP.
Product Taxability Codes
Products can be mapped to product taxability codes. Commenda uses product taxability codes to determine whether products are taxable or exempt in each jurisdiction.- Assign product taxability codes to each product with the
POST /product(create) andPOST /product/:id(update) endpoints. - When calculating tax for a transaction using the
/calculateendpoint, provide theproduct_idof the product associated with each line item in order to fetch the associated tax codes from the product itself.