Dokan has hooks for all necessary functions.
Functional Actions
Hooks on functions.
product_variation_linked | Hook for manage product variation. Perameter ( $variation_id ) |
dokan_store_profile_saved | After save store profile information. Perameter ( $store_id , $dokan_settings ) |
dokan_process_product_meta | Hook to manage Product meta. Perameter ( $post_id ) |
dokan_checkout_update_order_meta | Hook runs after save all order meta. Perameter ( $order_id ) |
dokan_new_product_added | Hook runs after added any new product. Perameter ( $product_id , $post_data ) |
Note: All hooks of woocommerce plugin are available.