The action hooks filters here allow you to modify the data before data is sent to Zoho or saved in WooCommerce. Feel free to suggest more action hooks to fit make this plugin work for your business workflows.
`cmbird_zi_order_sync_ignored_statuses`: Filter to modify the array of ignored order statuses for syncing. Default is `array( 'cancelled', 'failed', 'draft', 'trash' )`. You can add or remove statuses as needed.
`cmbird_zi_custom_field_updated`: Action hook triggered after a Zoho custom field is updated on a product. Allows snippet code to execute custom logic in response to custom field updates.