Changelog

Added

Manage outsourced purchase order recipes

With the release of batches for outsourced purchase orders (OPO), we’re also rolling out endpoints for managing OPO recipes. These endpoints give the user complete control over OPO recipe rows via the API, opening up full automation of the Contract Manufacturing workflow.

Added

Extending linked resources

Linked objects in select endpoints can now be queried with a single API call. By adding the extend parameter to the API GET request, the linked objects will be returned in full with the response payload. The following linked resources can be extended:

Added

More webhooks — products, materials and variants

Our newest webhooks are for products, materials, and their variants. These webhooks can trigger real-time updates for items while also being useful for any integration that keeps product data in sync with Katana such as:

Improved

Less noise for sales order webhook events

We've made changes to the internal service that processes webhook events. The upgrade reduces noise and duplicate events if there are a lot of updates of the same object within a short period of time. This update is initially applied to sales order update events but will soon be rolled out to other objects as well.

Added

Webhook logs now available

The newest update gives our API users more transparency into the development process through a new endpoint for webhook logs. Use the endpoint to export your webhook logs and troubleshoot any issues. We save all successful and failed attempts, and keep the logs up to a month. You can filter the logs by different parameters and export them into a CSV file. The response contains an URL to the CSV file.

Added

Partial delivery via API

Partial delivery is now possible in Katana, meaning you can partially fulfill and ship orders in Katana. Your existing integrations will continue to work as before, but an update is required to support the partial delivery feature.