action apacta_get_integrations_products_sync { label: "Sync products from erp integration" provider: apacta method: GET path: "/integrations/productsSync" encoding: json output: { type: "object" properties: { success: { type: "boolean" } } } }