added
Manage Purchase order Additional costs
about 1 year ago by Mihkel Kristofer Vajak
Additional costs allows you to incorporate costs associated with the procurement of items into your Purchase orders (PO). These costs come in handy if you're importing items from abroad or if shipping related costs make up a considerable amount of the final costs of goods.
With the release of Purchase order additional costs, we’re also rolling out endpoints for managing them via the API.
The following endpoints are now available:
- GET api.katanamrp.com/v1/additional_costs
- POST api.katanamrp.com/v1/po_additional_cost_rows
- GET api.katanamrp.com/v1/po_additional_cost_rows
- GET api.katanamrp.com/v1/po_additional_cost_rows/{id}
- PATCH api.katanamrp.com/v1/po_additional_cost_rows/{id}
- DELETE api.katanamrp.com/v1/po_additional_cost_rows/{id}